diff options
-rw-r--r-- | doc/gluster.8 | 7 | ||||
-rw-r--r-- | doc/mount.glusterfs.8 | 19 |
2 files changed, 23 insertions, 3 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 3c78fb8b19a..1d2a4d09741 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -71,7 +71,10 @@ If you remove the brick, the data stored in that brick will not be available. Yo .B replace-brick option. .TP -\fB\ volume rebalance-brick <VOLNAME>(<BRICK> <NEW-BRICK>) start \fR +\fB\ volume replace-brick <VOLNAME> (<BRICK> <NEW-BRICK>) start|pause|abort|status|commit \fR +Replace the specified brick. +.TP +\fB\ volume rebalance <VOLNAME> start \fR Start rebalancing the specified volume. .TP \fB\ volume rebalance <VOLNAME> stop \fR @@ -80,8 +83,6 @@ Stop rebalancing the specified volume. \fB\ volume rebalance <VOLNAME> status \fR Display the rebalance status of the specified volume. .TP -\fB\ volume replace-brick <VOLNAME> (<BRICK> <NEW-BRICK>) start|pause|abort|status|commit \fR -Replace the specified brick. .SS "Log Commands" .TP \fB\ volume log filename <VOLNAME> [BRICK] <DIRECTORY> \fB diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index e6061ffc66b..32260ced04f 100644 --- a/doc/mount.glusterfs.8 +++ b/doc/mount.glusterfs.8 @@ -62,6 +62,9 @@ Mount the filesystem read-only \fBenable\-ino32=\fRBOOL Use 32-bit inodes when mounting to workaround broken applications that don't support 64-bit inodes +.TP +\fBmem\-accounting +Enable internal memory accounting .PP .SS "Advanced options" @@ -108,6 +111,22 @@ Provide list of backup volfile servers in the following format [default: None] \fB <server1>:/<volname> <mount_point> .TP +.TP +\fBfetch-attempts=\fRN +\fBDeprecated\fR option - placed here for backward compatibility [default: 1] +.TP +.TP +\fBbackground-qlen=\fRN +Set fuse module's background queue length to N [default: 64] +.TP +\fBno\-root\-squash=\fRBOOL +disable root squashing for the trusted client [default: off] +.TP +\fBroot\-squash=\fRBOOL +enable root squashing for the trusted client [default: on] +.TP +\fBuse\-readdirp=\fRBOOL +Use readdirp() mode in fuse kernel module [default: on] .PP .SH FILES .TP |