Hi everyone,
I'm evaluating Ubuntu cloud images on Proxmox like mentioned in the docs [1]. Cloud images are uploaded as *.img files to my ISO storage.
Working with qm commands everything works as expected:
qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 --scsihw virtio-scsi-pci
qm set...