Hello
I have one kvm that will not shutdown for backups or when restarting the node.
restarting the pve host hangs when trying to shutdown the qm . for instance:
here is the .conf :
Any clues on how to make it so this KVM can be shutdown from pve ?
I have one kvm that will not shutdown for backups or when restarting the node.
restarting the pve host hangs when trying to shutdown the qm . for instance:
Code:
ps -ef|grep shutdown
29085 ? Ss 0:00 \_ task UPID:sys3:0000719D:020BCE53:568BAC55:qmshutdown:106:root@pam:
kill 29085
here is the .conf :
Code:
#turnkey system
agent: 1
balloon: 1024
bootdisk: virtio0
cores: 4
memory: 4096
name: mediawiki
net0: virtio=26:25:86:15:82:3C,bridge=vmbr1
numa: 0
onboot: 1
ostype: l26
protection: 1
smbios1: uuid=d7722525-6011-47ea-85fd-a942eff31a12
sockets: 1
virtio0: kvm-zfs:vm-106-disk-1,cache=writeback,size=32G
Any clues on how to make it so this KVM can be shutdown from pve ?