From e232b4c674dad697bb520c34fa4c445d0ababfc3 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sun, 1 Jun 2014 11:05:51 +0530 Subject: mention use-readdirp option in mount section Change-Id: I843a8b7713f96dcb5fdb07b8cadc47b4adc0a7b9 Signed-off-by: Humble Chirammal Reviewed-on: http://review.gluster.org/7939 Tested-by: Gluster Build System Reviewed-by: Niels de Vos Reviewed-by: Vijay Bellur --- doc/admin-guide/en-US/markdown/admin_settingup_clients.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/admin-guide/en-US') 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 + ### 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 ` -- cgit