Hide Forgot
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. ...
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.
Looks good. Thanks. Verified.