diff options
Diffstat (limited to 'doc/mount.glusterfs.8')
-rw-r--r-- | doc/mount.glusterfs.8 | 7 |
1 files changed, 5 insertions, 2 deletions
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] |