diff options
Diffstat (limited to 'doc/mount.glusterfs.8')
| -rw-r--r-- | doc/mount.glusterfs.8 | 55 |
1 files changed, 42 insertions, 13 deletions
diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index 32260ced04f..ce16e9e40b7 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> @@ -44,11 +44,8 @@ INFO and NONE [default: INFO] \fBacl Mount the filesystem with POSIX ACL support .TP -\fBfopen\-keep\-cache -Do not purge the cache on file open -.TP -\fBselinux -Enable SELinux label (extened attributes) support on inodes +\fBfopen\-keep\-cache[=BOOL] +Do not purge the cache on file open (default: false) .TP \fBworm Mount the filesystem in 'worm' mode @@ -65,6 +62,12 @@ support 64-bit inodes .TP \fBmem\-accounting Enable internal memory accounting +.TP +\fBcapability +Enable file capability setting and retrival +.TP +\fBthin-client +Enables thin mount and connects via gfproxyd daemon .PP .SS "Advanced options" @@ -80,7 +83,7 @@ Set entry timeout to SECONDS in fuse kernel module [default: 1] Set fuse module's background queue length to N [default: 64] .TP \fBgid\-timeout=\fRSECONDS -Set auxilary group list timeout to SECONDS for fuse translator [default: 0] +Set auxiliary group list timeout to SECONDS for fuse translator [default: 0] .TP \fBnegative\-timeout=\fRSECONDS Set negative timeout to SECONDS in fuse kernel module [default: 0] @@ -89,17 +92,20 @@ Set negative timeout to SECONDS in fuse kernel module [default: 0] Volume name to be used for MOUNT-POINT [default: top most volume in VOLUME-FILE] .TP -\fBdirect\-io\-mode=\fRdisable -Disable direct I/O mode in fuse kernel module +\fBdirect\-io\-mode=\fRBOOL|auto +Specify fuse direct I/O strategy [default: auto] .TP \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] -\fB$ mount -t glusterfs -obackup-volfile-servers=<server2>:\fR +\fB$ mount \-t glusterfs \-obackup\-volfile\-servers=<server2>:\fR \fB <server3>:...:<serverN> <server1>:/<volname> <mount_point>\fR .TP @@ -107,7 +113,7 @@ Provide list of backup volfile servers in the following format [default: None] \fBbackupvolfile\-server=\fRSERVER Provide list of backup volfile servers in the following format [default: None] -\fB $ mount -t glusterfs -obackupvolfile-server=<server2> +\fB $ mount \-t glusterfs \-obackupvolfile\-server=<server2> \fB <server1>:/<volname> <mount_point> .TP @@ -116,6 +122,15 @@ Provide list of backup volfile servers in the following format [default: None] \fBDeprecated\fR option - placed here for backward compatibility [default: 1] .TP .TP +\fBlru-limit=\fRN +Set fuse module's limit for number of inodes kept in LRU list to N [default: 65536] +.TP +.TP +\fBinvalidate-limit=\fRN +Suspend fuse invalidations implied by 'lru-limit' if number of outstanding +invalidations reaches N +.TP +.TP \fBbackground-qlen=\fRN Set fuse module's background queue length to N [default: 64] .TP @@ -127,13 +142,27 @@ enable root squashing for the trusted client [default: on] .TP \fBuse\-readdirp=\fRBOOL Use readdirp() mode in fuse kernel module [default: on] +.TP +\fBdump\-fuse=\fRPATH +Dump fuse traffic to PATH +.TP +\fBkernel\-writeback\-cache=\fRBOOL +Enable fuse in-kernel writeback cache [default: off] +.TP +\fBattr\-times\-granularity=\fRNS +Declare supported granularity of file attribute [default: 0] +.TP +\fBauto\-invalidation=\fRBOOL +controls whether fuse-kernel can auto-invalidate attribute, dentry and +page-cache. Disable this only if same files/directories are not +accessed across two different mounts concurrently [default: on] .PP .SH FILES .TP .I /etc/fstab A typical GlusterFS entry in /etc/fstab looks like below -\fBserver1:/mirror /mnt/mirror glusterfs log-file=/var/log/mirror.log,acl,selinux 0 0\fR +\fBserver1:/mirror /mnt/mirror glusterfs log-file=/var/log/mirror.log,acl 0 0\fR .TP .I /proc/mounts |
