We have multiple OpenSuse VMs running on a server via KVM. Our users access the VMs via Guacamole as a xrdp session. If the VMs are in status "shut off" or "pause" a magic packet send from the guacamole Server is triggering a script based service which will "start" or "resume" the specific VM.
The problem now. If my users shutdown their VM, the VM doesn't switch to status "shut off" instead it stays in status "running". The issue is now that the system stalls and does not load the Desktop.
I expected the machine to shutdown to save system resources if the VM is not needed. Shutting down the VM with virsh is working as expected.