Trouble Starting VM

ttist25

Active Member
May 17, 2012
34
2
28
Good morning,

I'm running promox 4.0-480d8559d0

This morning I had a KVM that wouldn't respond. After looking into it, I found that the space on my local storage was maxed out (1.6TB of 1.6TB). The VMs with Hard Disks on local were all reporting "io-error" in the web gui.

I moved some of the hard disks to another storage (localsdb1) using the "Move Disk" function in the GUI. This freed up space on local. I logged into my VM through noVNC and did a graceful shutdown. I then added 50GB to the Hard Disk for the VM and when I attempt to start, I get an error that starts with "Failed to create message: Input/output error" followed by:

TASK ERROR: start failed: command '/usr/bin/systemd-run --scope --slice qemu --unit 3100 -p 'CPUShares=1000' /usr/bin/kvm -id 3100 -chardev 'socket,id=qmp,path=/var/run/qemu-server/3100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/3100.vnc,x509,password -pidfile /var/run/qemu-server/3100.pid -daemonize -smbios 'type=1,uuid=8cb89480-49b0-4d2e-bd0b-2efba3d08049' -name SQLServer-8 -smp '8,sockets=2,cores=4,maxcpus=8' -nodefaults -boot 'menu=on,strict=on,reboot-timeout=1000' -vga std -no-hpet -cpu 'kvm64,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_relaxed,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,-kvm_steal_time,enforce' -m 256000 -object 'memory-backend-ram,size=128000M,id=ram-node0' -numa 'node,nodeid=0,cpus=0-3,memdev=ram-node0' -object 'memory-backend-ram,size=128000M,id=ram-node1' -numa 'node,nodeid=1,cpus=4-7,memdev=ram-node1' -k en-us -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -iscsi 'initiator-name=iqn.1993-08.org.debian:01:37e1fba6c0ee' -drive 'file=/var/lib/vz/images/3100/vm-3100-disk-1.raw,if=none,id=drive-virtio0,format=raw,cache=none,aio=native,detect-zeroes=on' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=200' -netdev 'type=tap,id=net0,ifname=tap3100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' -device 'virtio-net-pci,mac=1A:46:ED:F7:28:08,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -rtc 'driftfix=slew,base=localtime' -global 'kvm-pit.lost_tick_policy=discard'' failed: exit code 1

I'm currently restoring a backup to a different storage node but would like to be able to boot the initial instance with the added hard disk space.

Any ideas what I can do?

Thanks!!!!