Hello,
I added
lxc.rootfs.options = grpquota,usrquota
to /etc/pve/lxc/100.conf
But no success:
Is it possible to enable quota?
Thanks
I added
lxc.rootfs.options = grpquota,usrquota
to /etc/pve/lxc/100.conf
But no success:
Code:
[root@haugen /]# mount | grep 'on / '
/images/421/vm-421-disk-1.raw on / type ext4 (rw,relatime,quota,usrquota,grpquota,data=ordered)
[root@haugen /]# quotacheck -gum /
quotacheck: Cannot stat() mounted device /dev/loop4: No such file or directory
quotacheck: Mountpoint (or device) / not found or has no quota enabled.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Is it possible to enable quota?
Thanks