glusterfs(8) - Linux man page
Name
GlusterFS - clustered file systemSynopsis
glusterfs [options] [mountpoint]Description
GlusterFS is fully POSIX compliant file system. On client side, it has dependency on FUSE package, on server side, it works seemlessly on different operating systems. Currently supported on GNU/Linux and Solaris.
Options
Basic options
- -f, --volfile=VOLUME-FILE
- File to use as VOLUME-FILE (the default is /etc/glusterfs/glusterfs.vol).
- -l, --log-file=LOGFILE
- File to use for logging.
- -L, --log-level=LOGLEVEL
- Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING, ERROR and CRITICAL (the default is WARNING).
- -s, --volfile-server=SERVER
- Server to get the volume from. This option overrides --volfile option.
Advanced options
- --debug
- Run in debug mode. This option sets --no-daemon, --log-level to DEBUG, and --log-file to console.
- -N, --no-daemon
- Run in the foreground.
- --read-only
- Make the file system read-only.
- -p, --pid-file=PIDFILE
- File to use as PID file.
- --volfile-id=KEY
- Key of the volume file to be fetched from the server.
- --volfile-server-port=PORT
- Port number of volfile server.
- --volfile-server-transport=TRANSPORT
- Transport type to get volume file from server (the deafult is socket).
- --volume-name=VOLUME-NAME
- Volume name to be used for MOUNT-POINT (the default is top most volume in VOLUME-FILE).
- --xlator-option=VOLUME-NAME.OPTION=VALUE
- Add/Override a translator option for a volume with the specified value.
Fuse options
- --attribute-timeout=SECONDS
- Set attribute timeout to SECONDS for inodes in fuse kernel module (the default is 1).
- --entry-timeout=SECONDS
- Set entry timeout to SECONDS in fuse kernel module (the default is 1).
- --direct-io-mode=BOOL
- Enable/Disable the direct-I/O mode in fuse module (the default is enable).
Miscellaneous Options
- -?, --help
- Display this help.
- --usageeew
- Display a short usage message.
- -V, --version
- Print the program version.
Files
/etc/glusterfs/*.vol, /etc/glusterd/vols/*/*.volSee Also
fusermount(1), mount.glusterfs(8), gluster(8)
Copyright
Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com>