Hi,
i am trying to create a kvm via PVE API.
For HardDisk I tell PVE to use:
$new_container_settings['ide0'] = "VG_STOR:vm-1234-disk-1,cache=writeback,size=32G";
But if i run my script, proxmox tells me he can not enable die logical volume.
This is true, 'cause the lv does not exist. I...