proxmox api: create virtual disk on zfs

Hyien

Member
Jun 18, 2021
95
3
13
36
How do I create a virtual disk on zfs with the POST storage/STORAGE/content API?
 
Hi,
you need to use the API path with the node, for example
Code:
pvesh create /nodes/pve701/storage/myzpool/content/ --filename vm-1234-disk-0 --size 1G --vmid 1234