Bug 1030274

Summary: [Doc] Quota: Corrections and suggestion in "12.7. Removing Disk Limit".
Product: Red Hat Gluster Storage Reporter: Gowrishankar Rajaiyan <grajaiya>
Component: doc-Administration_GuideAssignee: Bhavana <bmohanra>
Status: CLOSED CURRENTRELEASE QA Contact: Sudhir D <sdharane>
Severity: unspecified Docs Contact:
Priority: high    
Version: 2.1CC: asriram, grajaiya, mhideo, rhs-bugs, storage-doc, vraman
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-09 16:48:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Gowrishankar Rajaiyan 2013-11-14 09:30:30 UTC
http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/chap-User_Guide-Dir_Quota-Remove.html


You can remove set disk limit, if you do not want quota anymore.
[shanks] Can we please have the above rephrased ?


To remove disk limit
[shanks] disk limit usage


Remove disk limit set on a particular directory using the following command:
[shanks] disk limit usage


# gluster volume quota VOLNAME remove /directory-name
[shanks] /<directory-name>


...
For example, to remove the disk limit on /data directory of test-volume:
# gluster volume quota test-volume remove /data
Removed quota limit on /data

should be

# gluster volume quota test-volume remove /data
volume quota : success
...


Also, should give details on removing quota from volume.

[root@server1 ~]# gluster vol quota shanks-quota remove /
volume quota : success
[root@server1 ~]# 

with a note that removing quota from the volume ("/") does not impact quota limit usage on directories.

Comment 2 Gowrishankar Rajaiyan 2013-11-22 08:57:05 UTC
perfect! Verified. Thanks.