Dear Proxmox Community,
for some time I'm a bit annoyed by a strange behaviour.
When running "qm shutdown" in the background, the SSH session gets terminated:
Sometimes I just don't need to wait for the guest to properly shutdown. Usually I start the process in the background with & and will get noticed if the job finishes.
Is it by design that the SSH session gets terminated with this use case?
Best regards,
Bernhard
for some time I'm a bit annoyed by a strange behaviour.
When running "qm shutdown" in the background, the SSH session gets terminated:
Code:
root@pve:~# qm shutdown 110 &
[1] 1929562
root@pve:~#
logout
Connection to 10.200.2.9 closed.
Sometimes I just don't need to wait for the guest to properly shutdown. Usually I start the process in the background with & and will get noticed if the job finishes.
Is it by design that the SSH session gets terminated with this use case?
Best regards,
Bernhard