diff options
author | Kotresh HR <khiremat@redhat.com> | 2017-10-18 06:23:56 -0400 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-10-18 14:24:31 +0000 |
commit | f0650fef60ca557ea1c60458f705ac9b52854b39 (patch) | |
tree | afcff1b1baaf30f7cfd44366e7c9a1afe1aa94e2 /doc | |
parent | c0b08f10ed07bfe06309e31a7fff85cadb733ce2 (diff) |
doc: Add missing option for bitrot scrub-frequency
The option 'hourly' is supported for 'scrub-frequency'
but man page was not reflecting it. Fixed the same.
Change-Id: Ida0929c805f6f5332c5dcd94cda9ecf2f4eee20e
BUG: 1503510
Signed-off-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 316a3d21ff7..1784204018d 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -158,7 +158,7 @@ Enable/disable bitrot for volume <VOLNAME> \fB\ volume bitrot <VOLNAME> scrub-throttle {lazy|normal|aggressive} \fR Scrub-throttle value is a measure of how fast or slow the scrubber scrubs the filesystem for volume <VOLNAME> .TP -\fB\ volume bitrot <VOLNAME> scrub-frequency {daily|weekly|biweekly|monthly} \fR +\fB\ volume bitrot <VOLNAME> scrub-frequency {hourly|daily|weekly|biweekly|monthly} \fR Scrub frequency for volume <VOLNAME> .TP \fB\ volume bitrot <VOLNAME> scrub {pause|resume|status|ondemand} \fR |