Hi,
we have a proxmox 5.2.1 cluster with ceph and i would like to create new vm's with the following command:
qm create 8110 -name vm8110 -bootdisk scsi0 -scsi0 NVME:vm-8110-disk-0,size=60G -scsihw virtio-scsi-pci -memory 8192 -ostype l26 -sockets 2 -cores 2 -cpu host -numa 1 -net0 virtio,bridge=<VLAN>
unfortunately this command doesn't seem to create the mentioned disk scsi0:
qm start 8110
iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring
kvm: -drive file=rbd:NVME/vm-8110-disk-0:conf=/etc/pve/ceph.conf:id=admin:keyring=/etc/pve/priv/ceph/NVME.keyring,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on: error reading header from vm-8110-disk-0: No such file or directory
Why is the disk not created and how can i get qm to create the disk when creating the vm ?
Regards
Frank
we have a proxmox 5.2.1 cluster with ceph and i would like to create new vm's with the following command:
qm create 8110 -name vm8110 -bootdisk scsi0 -scsi0 NVME:vm-8110-disk-0,size=60G -scsihw virtio-scsi-pci -memory 8192 -ostype l26 -sockets 2 -cores 2 -cpu host -numa 1 -net0 virtio,bridge=<VLAN>
unfortunately this command doesn't seem to create the mentioned disk scsi0:
qm start 8110
iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring
kvm: -drive file=rbd:NVME/vm-8110-disk-0:conf=/etc/pve/ceph.conf:id=admin:keyring=/etc/pve/priv/ceph/NVME.keyring,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on: error reading header from vm-8110-disk-0: No such file or directory
Why is the disk not created and how can i get qm to create the disk when creating the vm ?
Regards
Frank