Running a VM via the shell (to institute additional command line parameters) results in the syslog being flooded with qmeventd events like the following:
Running
However, when run the unmodified VM via the PVE GUI, we get:
Is there a method to cause a VM run from the shell to run in the
Code:
qmeventd[1038]: error parsing vmid for 3371241: no matching qemu.slice cgroup entry
qmeventd[1038]: could not get vmid from pid 3371241
Running
cat /proc/$(ps auxf | grep kvm | grep " <VMID> " | awk '{print $2}')/cgroup reveals:0::/user.slice/user-0.slice/session-142.scopeHowever, when run the unmodified VM via the PVE GUI, we get:
0::/qemu.slice/<VMID>.scopeIs there a method to cause a VM run from the shell to run in the
qemu.slice instead...?