Enable or disable rquota support on ONTAP NFS SVMs
The remote quota protocol (rquota) enables NFS clients to obtain quota information for users from a remote machine. Support for rquota versions varies based on your version of ONTAP.
-
rquota v1 is supported in ONTAP 9 and later.
-
rquota v2 is supported in ONTAP 9.12.1 and later.
If you upgrade from rquota v1 to rquota v2, you might notice an unexpected change in your user quota limit. This change is due to the difference in the way the quota is calculated between rquota v1 and rquota v2. For more information, see Knowledge Base article Why did the user quota limit change unexpectedly.
By default, rquota is disabled.
-
Enable or disable rquota:
If you want to… Enter the following command… Enable rquota support for SVMs
vserver nfs modify -vserver vserver_name -rquota enable
Disable rquota support for SVMs
vserver nfs modify -vserver vserver_name -rquota disable
For more information about quotas, see Logical storage management.