Scroll to navigation

GlusterFS(8) Gluster Inc. GlusterFS(8)

NAME

GlusterFS - clustered file system

SYNOPSIS

glusterfs [options] [mountpoint]

DESCRIPTION

GlusterFS is a clustered file system, capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP and interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware, such as x86-64 server with SATA-II RAID and Infiniband HBA.
 
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 default 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/*/*.vol
 

SEE ALSO

fusermount(1), mount.glusterfs(8), gluster(8)

COPYRIGHT

Copyright(c) 2006-2011  Gluster, Inc.  <http://www.gluster.com>
Clustered File System 07 March 2011