Increase a quota for a Qtree – NetApp
By following these steps, you can effectively increase the quota for a qtree in a NetApp environment.
- Identify the Volume: Use this command to display information about the specific volume you want to work with.
volume show volume_name
- Identify the Volume’s Qtrees: This command lists all the qtrees within the specified volume.
volume qtree show -vserver vserver_name -volume volume_name
- Check for Associated Quota to Qtree: Verify if there are any quota policies associated with the qtree in the volume.
volume quota policy rule show -vserver vserver_name -volume volume_name
- Detect Current Usage: This command provides a report on the current usage of the qtree within the volume.
volume quota report -vserver vserver_name -volume volume_name
- Increase Quota Rule: Modify the quota rule to increase the disk limit for the specified qtree.
volume quota policy rule modify -vserver vserver_name -volume volume_name -policy-name default -type tree -target qtree_name -disk-limit 50G
- Resize Quota Service for the Volume: Resize the quota service to apply the new quota settings to the volume.
volume quota resize -vserver vserver_name -volume volume_name
- Validate the Increase: Use these commands to validate that the quota increase has been successfully applied.
volume quota policy rule show -vserver vserver_name -volume volume_namevolume quota report -vserver vserver_name -volume volume_name
