While working through the Cloud-Init at https://pve.proxmox.com/wiki/Cloud-Init_Support to create a Template on my PVE7 system that is using BTRFS storage I get the following error:
Read more
Bash:
$ sudo qm set 100 --scsihw virtio-scsi-pci --scsi0 local-btrfs:100/vm-100-disk-0.raw
update VM 100: -scsi0 local-btrfs:100/vm-100-disk-0.raw -scsihw virtio-scsi-pci
$ sudo qm set 100 --boot c --bootdisk scsi0
update VM 100: -boot c -bootdisk scsi0
$ sudo qm set 100 --serial0 socket --vga serial0
update...
Read more