diff options
author | Humble Chirammal <hchiramm@redhat.com> | 2014-06-01 11:05:51 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-17 04:38:27 -0700 |
commit | e232b4c674dad697bb520c34fa4c445d0ababfc3 (patch) | |
tree | 14d3b2401a381f3a299293d604694a9daac68b75 /doc | |
parent | d65e8a871aa81ef7d2275da025f66d6e6dabc47c (diff) |
mention use-readdirp option in mount section
Change-Id: I843a8b7713f96dcb5fdb07b8cadc47b4adc0a7b9
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/7939
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admin-guide/en-US/markdown/admin_settingup_clients.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_settingup_clients.md b/doc/admin-guide/en-US/markdown/admin_settingup_clients.md index 30ec4415513..909eca5ae0a 100644 --- a/doc/admin-guide/en-US/markdown/admin_settingup_clients.md +++ b/doc/admin-guide/en-US/markdown/admin_settingup_clients.md @@ -239,20 +239,25 @@ transport=transport-type direct-io-mode=[enable|disable] +use-readdirp=[yes|no] + For example: -`# mount -t glusterfs -o backupvolfile-server=volfile_server2 --volfile-max-fetch-attempts=2 log-level=WARNING,log-file=/var/log/gluster.log server1:/test-volume /mnt/glusterfs` +`# mount -t glusterfs -o backupvolfile-server=volfile_server2,use-readdirp=no,volfile-max-fetch-attempts=2,log-level=WARNING,log-file=/var/log/gluster.log server1:/test-volume /mnt/glusterfs` If `backupvolfile-server` option is added while mounting fuse client, when the first volfile server fails, then the server specified in `backupvolfile-server` option is used as volfile server to mount the client. -In `--volfile-max-fetch-attempts=X` option, specify the number of +In `volfile-max-fetch-attempts=X` option, specify the number of attempts to fetch volume files while mounting a volume. This option is useful when you mount a server with multiple IP addresses or when round-robin DNS is configured for the server-name.. +If `use-readdirp` is set to ON, it forces the use of readdirp +mode in fuse kernel module + <a name="auto-mount" /> ### Automatically Mounting Volumes @@ -286,6 +291,8 @@ transport=transport-type direct-io-mode=[enable|disable] +use-readdirp=no + For example: `HOSTNAME-OR-IPADDRESS:/VOLNAME MOUNTDIR glusterfs defaults,_netdev,log-level=WARNING,log-file=/var/log/gluster.log 0 0 ` |