Bug 1030226

Summary: [Doc] Quota: Corrections and suggestions for "12.5. Setting Timeout"
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: unspecified    
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:32 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 08:21:01 UTC
http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/ch12s05.html


Should inform the default soft-timeout and hard-timeout which are 60 seconds and 2 seconds respectively. (please confirm with dev)


...
# gluster volume quota test-volume soft-timeout 1min
features.soft-timeout on volume test-volume set

should be

# gluster volume quota test-volume soft-timeout 1min
volume quota : success
...


...
# gluster volume quota test-volume hard-timeout 30s
features.hard-timeout on volume test-volume set

should be

# gluster volume quota test-volume hard-timeout 30s
volume quota : success
...


...
As the margin of error for disk usage is proportional to the workload of the applications running on the volume, ensure that you set the hard and soft timeout taking the workload into account.

to

As the margin of error for disk usage is proportional to the workload of the applications running on the volume, ensure that you set the hard-timeout and soft-timeout taking the workload into account.
...

Comment 1 Bhavana 2013-11-22 06:19:26 UTC
Updated the doc as suggested:

http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/ch12s05.html

Based on the discussion with Kritika, the default hard timeout is 5 seconds. Updated the same.

Comment 2 Gowrishankar Rajaiyan 2013-11-22 08:42:14 UTC
Looks good. Thanks. Verified.