In my opinion, the CLI command 'qm' has a bug. It reports incorrect VM status 'running' if VM paused.
1) I am logged in as root.
2) Suspends the VM 114
~# qm suspend 114
Proxmox VE Web-GUI reports the correct status 'paused'
3) Query the current status at CLI
~# qm status 114
or
~# qm list
reports the incorrect status 'running'.
but @monitor is it correct:
~# qm monitor 114
Entering Qemu Monitor for VM 114 - type 'help' for help
qm> info status
VM status: paused
qm> quit
The same effect I had when the power mode of the host system changed this in the sleep mode.
I want to script the VM status query via CLI. That should be fixed.
Or is there another explanation?
Greetings,
Gordon
1) I am logged in as root.
2) Suspends the VM 114
~# qm suspend 114
Proxmox VE Web-GUI reports the correct status 'paused'
3) Query the current status at CLI
~# qm status 114
or
~# qm list
reports the incorrect status 'running'.
but @monitor is it correct:
~# qm monitor 114
Entering Qemu Monitor for VM 114 - type 'help' for help
qm> info status
VM status: paused
qm> quit
The same effect I had when the power mode of the host system changed this in the sleep mode.
I want to script the VM status query via CLI. That should be fixed.
Or is there another explanation?
Greetings,
Gordon