Hi everybody,
I have a problem with one of my VM which is a OpenMediaVault NAS distribution. 2 logical HDD are attached to this VM (2x 3TB WD Caviar Red) as qcow2 images inside proxmox.
This morning, after rebooting my VM, I couldn't start it anymore since Proxmox told me that HDD1 qcow2 image is set as read only access.
I don't really know what to do with this error... I don't want to delete that qcow2 image since there are a lot of files in it. I'd like to be able to re-attach this image and boot properly.
Please help me
I have a problem with one of my VM which is a OpenMediaVault NAS distribution. 2 logical HDD are attached to this VM (2x 3TB WD Caviar Red) as qcow2 images inside proxmox.
This morning, after rebooting my VM, I couldn't start it anymore since Proxmox told me that HDD1 qcow2 image is set as read only access.
Code:
kvm: -drive file=/mnt/HDD1/images/104/vm-104-disk-1.qcow2,if=none,id=drive-virtio1,format=qcow2,cache=none,aio=native,detect-zeroes=on: Could not open '/mnt/HDD1/images/104/vm-104-disk-1.qcow2': Read-only file system
TASK ERROR: start failed: command '/usr/bin/kvm -id 104 -name OMV4deb9 -chardev 'socket,id=qmp,path=/var/run/qemu-server/104.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -chardev 'socket,id=qmp-event,path=/var/run/qemu-server/104-event.qmp,server,nowait' -mon 'chardev=qmp-event,mode=control' -pidfile /var/run/qemu-server/104.pid -daemonize -smbios 'type=1,uuid=481fa223-045e-4e3e-8020-24463523ace6' -smp '2,sockets=1,cores=2,maxcpus=2' -nodefaults -boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' -vga std -vnc unix:/var/run/qemu-server/104.vnc,x509,password -cpu kvm64,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce -m 2048 -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' -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:46ebb72cdfc6' -drive 'file=/var/lib/vz/template/iso/debian-9.1.0-amd64-netinst.iso,if=none,id=drive-ide2,media=cdrom,aio=threads' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/dev/pve/vm-104-disk-1,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=100' -drive 'file=/mnt/HDD1/images/104/vm-104-disk-1.qcow2,if=none,id=drive-virtio1,format=qcow2,cache=none,aio=native,detect-zeroes=on' -device 'virtio-blk-pci,drive=drive-virtio1,id=virtio1,bus=pci.0,addr=0xb' -drive 'file=/mnt/HDD2/images/104/vm-104-disk-1.qcow2,if=none,id=drive-virtio2,format=qcow2,cache=none,aio=native,detect-zeroes=on' -device 'virtio-blk-pci,drive=drive-virtio2,id=virtio2,bus=pci.0,addr=0xc' -netdev 'type=tap,id=net0,ifname=tap104i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' -device 'virtio-net-pci,mac=0A:DA:5B:0C:35:BF,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300'' failed: exit code 1
I don't really know what to do with this error... I don't want to delete that qcow2 image since there are a lot of files in it. I'd like to be able to re-attach this image and boot properly.
Please help me