Enable or disable rquota support on ONTAP SVMs
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
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
CliDisable rquota support for SVMs
vserver nfs modify -vserver vserver_name -rquota disable
CliFor more information about quotas, see Logical storage management.