Group quota cannot be retrieved by NFS on ONTAP Server, from a Linux system
Applies to
ONTAP 9
Issue
Version 2 of the rquota (remote quota) protocol was implemented in Linux as an extension to the rquota version 1 protocol as originally designed by Sun. One of the functions in version 2 of the quota protocol is the ability to request the group quotas on a remote NFS device, in addition to tree quotas. The ONTAP server only implements version 1 of the rquota and not version 2. This means that the group, or tree quota cannot be remotely checked using the NFS protocol When the 'quota -g' command is issued on a Linux system for a remote NFS device on the ONTAP server, then it will not return any output and/or an error message.
Example of (unsuccessfully) retrieving the group quota on a Linux client.
[root@Pim-rhel70 ~]# quota -g -f /mnt/svm1_vol1
quota: error while getting quota from svm1:/svm1_vol1 for root (id 0): Connection refused
[root@Pim-rhel70 ~]#
[root@Pim-rhel70 ~]# quota --group -f /mnt/svm1_vol1
quota: error while getting quota from svm1:/svm1_vol1 for root (id 0): Connection refused
Example of (successfully) retrieving the user quota on a Linux client.
[root@Pim-rhel70 ~]# quota -f /mnt/svm1_vol1
Disk quotas for user root (uid 0):
Filesystem blocks quota limit grace files quota limit grace
svm1:/svm1_vol1 0 17179869180 17179869180 1 4294967295 4294967295
[root@Pim-rhel70 ~]# quota --user -f /mnt/svm1_vol1
Disk quotas for user root (uid 0):
Filesystem blocks quota limit grace files quota limit grace
svm1:/svm1_vol1 0 17179869180 17179869180 1 4294967295 4294967295