Is there a way do add a new disk to a VM using pvesh ?
I use pvesh create /nodes/$(hostname -s)/storage/local/content -filename vm-XXXX-disk-0 -format raw -size 10G -vmid XXXX to create a new disk, then I run pvesh create /nodes/$(hostname -s)/qemu ...,
but how can I add a 2nd / 3rd / ... disk to the VM XXXX using commandline?
I use pvesh create /nodes/$(hostname -s)/storage/local/content -filename vm-XXXX-disk-0 -format raw -size 10G -vmid XXXX to create a new disk, then I run pvesh create /nodes/$(hostname -s)/qemu ...,
but how can I add a 2nd / 3rd / ... disk to the VM XXXX using commandline?