diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glusterfs.8 | 3 | ||||
-rw-r--r-- | doc/mount.glusterfs.8 | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/glusterfs.8 b/doc/glusterfs.8 index 701c25ecfac..520150a55e9 100644 --- a/doc/glusterfs.8 +++ b/doc/glusterfs.8 @@ -101,6 +101,9 @@ Mount the filesystem in 'worm' mode. .TP \fB\-\-xlator\-option=VOLUME\-NAME.OPTION=VALUE\fR Add/Override a translator option for a volume with the specified value. +.TP +\fB\-\-subdir\-mount=SUBDIR\-MOUNT\-PATH\fR +Mount subdirectory instead of the '/' of volume. .SS "Fuse options" .PP diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index 4e82c2fd57d..e16bbecb8b0 100644 --- a/doc/mount.glusterfs.8 +++ b/doc/mount.glusterfs.8 @@ -12,11 +12,11 @@ .SH NAME .B mount.glusterfs - script to mount native GlusterFS volume .SH SYNOPSIS -.B mount -t glusterfs [-o <options>] <volumeserver>:/<volume> +.B mount -t glusterfs [-o <options>] <volumeserver>:/<volume>[/<subdir>] .B <mountpoint> .TP .B mount -t glusterfs [-o <options>] <server1>,<server2>, -.B <server3>,..<serverN>:/<volname> <mount_point> +.B <server3>,..<serverN>:/<volname>[/<subdir>] <mount_point> .TP .TP .B mount -t glusterfs [-o <options>] <path/to/volumefile> <mountpoint> @@ -95,6 +95,9 @@ Disable direct I/O mode in fuse kernel module \fBcongestion\-threshold=\fRN Set fuse module's congestion threshold to N [default: 48] .TP +\fsubdir\-mount=\fRN +Set the subdirectory mount option [default: NULL, ie, no subdirectory mount] +.TP .TP \fBbackup\-volfile\-servers=\fRSERVERLIST Provide list of backup volfile servers in the following format [default: None] |