Hello all, I'm working on a small project to create a KVM using the API, but I'm encountering an issue.
In short, I can successfully create a disk for KVM by calling the endpoint
/api2/json/nodes/{node}/qemu
with parameters like
virtio0: local-lvm:10,cache=none,size=10G,ro=0
Now, I want to...