Hi,
I am trying to set up a VM on command-line and am stuck at the step where I should assign the disk to the VM. I tried
Then it imports the disk successfully, but second step, assigning it fails. So I turned to Google and learned there is a new format that both imports and assigns in one step. Unfortunately I can't get that to work either...
What am I doing wrong please?
Thanks
I am trying to set up a VM on command-line and am stuck at the step where I should assign the disk to the VM. I tried
Code:
qm importdisk 100 haos_ova-10.1.qcow2 NFS --format qcow2
qm set 100 --scsihw virtio-scsi-pci --scsi0 NFS:vm-100-disk-0
Code:
qm set 100 --scsi0 NFS:0,import-from=haos_ova-10.1.qcow2
400 Parameter verification failed.
scsi0: invalid format - format error
scsi0.import-from: invalid format - unable to parse volume ID 'haos_ova-10.1.qcow2'
Thanks