I'm really not sure what to make of this error in ...
# harvester
b
I'm really not sure what to make of this error in 1.6.0:
Server error. command SyncVMI failed: "LibvirtError(Code=1, Domain=10, Message='internal error: Process exited prior to exec: libvirt: error : cannot limit locked memory of process 127 to 1100585369600: Operation not permitted')"
How do you turn off memory overcommit?
t
b
Thanks!
🦜 1
Oof. Looks like only setting memory to 100% wasn't enough. I had to set CPU and storage to 100% too.
t
was your system locking up?
I have a nuc that does.. i need to add these settings.
b
No, I was trying to do some testing for PCI device passthrough
t
ah
b
The pods in a newer version of kubevirt (in 1.6.0 apparently) also have a bug for it, where if you try to launch a VM with overcommit AND pcie passthrough it's barfs out that message (in the original post for the thread)
Operation not permitted
and just doesn't launch the pod.
Eventually the pod crashes and nothing happens.
t
oh fun!
b
RIGHT?!
lol
t
lol
b
But it'll run if you disable the overcommit.
I don't know if it's the same for the vGPU
t
not sure.
h
@great-bear-19718
b
@happy-cat-90847 There's this for context, but should I open a separate issue for the upstream bug that's mentioned so it's progress can get tracked with Harvester?