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:
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 VM 100: -serial0 socket -vga serial0
$ sudo qm set 100 --ide2 local-btrfs:cloudinit
update VM 100: -ide2 local-btrfs:cloudinit
Undefined subroutine &PVE::Storage::DirPlugin::alloc_image called at /usr/share/perl5/PVE/Storage/BTRFSPlugin.pm line 312.