thats the error I got if I start the vm which is based on a zfs storage
kvm: -drive file=iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/,if=none,id=drive-scsi0,aio=native,cache=none,detect-zeroes=on: could not open disk image iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/: Failed to parse URL : iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/
TASK ERROR: start failed: command '/usr/bin/kvm -id 102 -chardev 'socket,id=qmp,path=/var/run/qemu-server/102.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/102.vnc,x509,password -pidfile /var/run/qemu-server/102.pid -daemonize -smbios 'type=1,uuid=5f48b406-3efe-4208-beb0-5d1c614c35da' -name Test1234 -smp 'sockets=1,cores=1' -nodefaults -boot 'menu=on' -vga std -no-hpet -cpu 'kvm64,hv_spinlocks=0xffff,hv_relaxed,+lahf_lm,+x2apic,+sep' -k en-us -m 512 -cpuunits 1000 -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:9a35ae13ccb0' -device 'lsi,id=scsihw0,bus=pci.0,addr=0x5' -drive 'file=iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/,if=none,id=drive-scsi0,aio=native,cache=none,detect-zeroes=on' -device 'scsi-generic,bus=scsihw0.0,scsi-id=0,drive=drive-scsi0,id=scsi0' -rtc 'driftfix=slew,base=localtime' -global 'kvm-pit.lost_tick_policy=discard'' failed: exit code 1
Im wondering that the file is not extended with the real device which was created from proxmox as
ZFS-Storage:vm-102-disk-1
kvm: -drive file=iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/,if=none,id=drive-scsi0,aio=native,cache=none,detect-zeroes=on: could not open disk image iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/: Failed to parse URL : iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/
TASK ERROR: start failed: command '/usr/bin/kvm -id 102 -chardev 'socket,id=qmp,path=/var/run/qemu-server/102.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/102.vnc,x509,password -pidfile /var/run/qemu-server/102.pid -daemonize -smbios 'type=1,uuid=5f48b406-3efe-4208-beb0-5d1c614c35da' -name Test1234 -smp 'sockets=1,cores=1' -nodefaults -boot 'menu=on' -vga std -no-hpet -cpu 'kvm64,hv_spinlocks=0xffff,hv_relaxed,+lahf_lm,+x2apic,+sep' -k en-us -m 512 -cpuunits 1000 -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:9a35ae13ccb0' -device 'lsi,id=scsihw0,bus=pci.0,addr=0x5' -drive 'file=iscsi://10.0.16.90/iqn.1986-03.com.sun:02:b23b291b-79f5-c3b3-9583-9ccb49a7fc30/,if=none,id=drive-scsi0,aio=native,cache=none,detect-zeroes=on' -device 'scsi-generic,bus=scsihw0.0,scsi-id=0,drive=drive-scsi0,id=scsi0' -rtc 'driftfix=slew,base=localtime' -global 'kvm-pit.lost_tick_policy=discard'' failed: exit code 1
Im wondering that the file is not extended with the real device which was created from proxmox as
ZFS-Storage:vm-102-disk-1
Last edited: