Hi,
maybe a very simple question but reading https://pve.proxmox.com/pve-docs/qm.1.html I didn't understand how to use the qm set command for adding a second virtual disk to an existing VM.
What I'm looking for is the equivalent to VM Management -> Add -> Hard Disk -> (default settings: SCSI, VirtIO SCSI). So maybe something like:
But trying this command proxmox reports:
What am I doing wrong?
maybe a very simple question but reading https://pve.proxmox.com/pve-docs/qm.1.html I didn't understand how to use the qm set command for adding a second virtual disk to an existing VM.
What I'm looking for is the equivalent to VM Management -> Add -> Hard Disk -> (default settings: SCSI, VirtIO SCSI). So maybe something like:
Code:
qm set VMID --scsi1 ,size=32G
But trying this command proxmox reports:
Code:
400 Parameter verification failed.
scsi1: invalid format - format error
scsi1.file: property is missing and it is not optional
What am I doing wrong?