GlusterFS(8) | Red Hat, Inc. | GlusterFS(8) |
mount.glusterfs - script to mount native GlusterFS volume
mount -t glusterfs [-o <options>] <volumeserver>:/<volume>[/<subdir>] <mountpoint>
This tool is part of glusterfs(8) package, which is used to mount using GlusterFS native binary.
mount.glusterfs is meant to be used by the mount(8) command for mounting native GlusterFS client. This subcommand, however, can also be used as a standalone command with limited functionality.
$ mount -t glusterfs -obackup-volfile-servers=<server2>: <server3>:...:<serverN> <server1>:/<volname> <mount_point>
$ mount -t glusterfs -obackupvolfile-server=<server2> <server1>:/<volname> <mount_point>
server1:/mirror /mnt/mirror glusterfs log-file=/var/log/mirror.log,acl 0 0
server1:/mirror /mnt/glusterfs fuse.glusterfs rw,allow_other,default_permissions,max_read=131072 0 0
Copyright(c) 2006-2013 Red Hat, Inc. <http://www.redhat.com>
Cluster Filesystem | 14 September 2013 |