I get this message when attempting to convert a VM that has disks in shared storage to a template:
Is there a way to make this work, or is this just a limitation of using shared storage (I've tried both nfs and cifs) and chattr? It appears the VM still becomes a template, but the immutable flag is never set on the disk image. I cannot seem to find any documentation of others having this issue. The reason I'm attempting to set it up this way is so I can clone between multiple proxmox hosts which require shared storage.
Code:
root@pve2:/mnt/pve/fs1/cloudinit# qm template 9000
/usr/bin/chattr: Operation not supported while setting flags on /mnt/pve/fs1/images/9000/base-9000-disk-0.raw
command '/usr/bin/chattr +i /mnt/pve/fs1/images/9000/base-9000-disk-0.raw' failed: exit code 1
Is there a way to make this work, or is this just a limitation of using shared storage (I've tried both nfs and cifs) and chattr? It appears the VM still becomes a template, but the immutable flag is never set on the disk image. I cannot seem to find any documentation of others having this issue. The reason I'm attempting to set it up this way is so I can clone between multiple proxmox hosts which require shared storage.