OCI: Why XFS Quota is Not Enabled After remount?
APPLIES TO:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
GOAL
Why XFS quota not enabled after remount?
Before enabling the quota:
#cat /proc/mounts |grep oled
/dev/mapper/ocivolume-oled /var/oled xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
Enabled the quota and changed the inode value.
#cat /etc/fstab ..
/dev/mapper/ocivolume-oled /var/oled xfs defaults,usrquota,grpquota,inode32 0 0 .. Remounted
#mount -o remount /var/oled/
After remount, the inode value changed, but quota is not enabled.
#cat /proc/mounts |grep oled
/dev/mapper/ocivolume-oled /var/oled xfs rw,seclabel,relatime,attr2,inode32,logbufs=8,logbsize=32k,noquota 0 0
Tagged:
0