Howdy,
I have given Proxmox on ZFS a test run recently (having used Proxmox for many users without ZFS).
I was hoping that Proxmox on ZFS would allow LXC containers to have their disk allocation both extended and shrunk. However, the Proxmox GUI does not seem to allow that.
Running the command
manually seems to work correctly. Probably one thing missing is updating /etc/pve/lxc/100.conf, because it still has
and therefore GUI keeps showing 5 GB as disk size.
Is there any reason why such adjustment is not supported by Proxmox yet? Any technical obstacle that I have missed? Or simply it's not been developed yet (in which case I could work on a patch)?
I have given Proxmox on ZFS a test run recently (having used Proxmox for many users without ZFS).
I was hoping that Proxmox on ZFS would allow LXC containers to have their disk allocation both extended and shrunk. However, the Proxmox GUI does not seem to allow that.
Running the command
Code:
zfs set refquota=3G rpool/data/subvol-100-disk-1
Code:
rootfs: local-zfs:subvol-100-disk-1,size=5G
Is there any reason why such adjustment is not supported by Proxmox yet? Any technical obstacle that I have missed? Or simply it's not been developed yet (in which case I could work on a patch)?