1GlusterFS(8) Gluster Inc. GlusterFS(8)
2
3
4
6 GlusterFS - Clustered Filesystem.
7
9 glusterfs [options] [mountpoint]
10
12 GlusterFS is a clustered file-system capable of scaling to several
13 peta-bytes. It aggregates various storage bricks over Infiniband RDMA
14 or TCP/IP interconnect into one large parallel network file system.
15 Storage bricks can be made of any commodity hardware such as x86-64
16 server with SATA-II RAID and Infiniband HBA. GlusterFS is fully POSIX
17 compliant FileSystem. On client side, it has dependency on FUSE pack‐
18 age, on server side, it works seemlessly on different OSes. (Currently
19 supported on GNU/Linux, Mac OSX, FreeBSD, OpenSolaris).
20
22 Mandatory or optional arguments to long options are also mandatory or
23 optional for any corresponding short options.
24
25 Basic options
26 -f, --volfile=VOLUME-FILE
27 File to use as VOLUME-FILE [default:/etc/glusterfs/glus‐
28 terfs.vol]
29
30 -l, --log-file=LOGFILE
31 File to use for logging [default:/var/log/glusterfs/glus‐
32 terfs.log]
33
34 -L, --log-level=LOGLEVEL
35 Logging severity. Valid options are DEBUG, WARNING, ERROR,
36 CRITICAL and NONE [default: WARNING]
37
38 -s, --volfile-server=SERVER
39 Server to get the volume from. This option overrides --volfile
40 option
41
42 --log-server=LOG-SERVER
43 Server to use as the central log server.
44
45
46 Advanced options
47 --debug
48 Run in debug mode. This option sets --no-daemon, --log-level to
49 DEBUG and --log-file to console
50
51 -N, --no-daemon
52 Run in foreground
53
54 -p, --pid-file=PIDFILE
55 File to use as pid file
56
57 --volfile-id=KEY
58 KEY of the volume file to be fetched from server
59
60 --volfile-server-port=PORT
61 Port number of volfile server
62
63 --volfile-server-transport=TRANSPORT
64 Transport type to get volume file from server [default: socket]
65
66 --volume-name=VOLUME-NAME
67 Volume name to be used for MOUNT-POINT [default: top most volume
68 in VOLUME-FILE]
69
70 --xlator-option=VOLUME-NAME.OPTION=VALUE
71 Add/override a translator option for a volume with the specified
72 value
73
74 --log-server-port=PORT
75 Listening port number of log server
76
77
78 Fuse options
79 --attribute-timeout=SECONDS
80 Set attribute timeout to SECONDS for inodes in fuse kernel mod‐
81 ule [default: 1]
82
83 --entry-timeout=SECONDS
84 Set entry timeout to SECONDS in fuse kernel module [default: 1]
85
86 --disable-direct-io-mode
87 Disable direct I/O mode in fuse kernel module
88
89
90 Miscellaneous Options
91 -?, --help
92 Give this help list
93
94 --usage
95 Give a short usage message
96
97 -V, --version
98 Print program version
99
100
102 /etc/glusterfs/*.vol
103
104
106 The full documentation for GlusterFS is maintained as a Texinfo manual.
107 If the info and glusterfs are properly installed on your site, the command
108 info glusterfs
109 should give you access to complete documentation.
110
111 bison(1) flex(1) fusermount(1)
112 http://www.glusterfs.org/ <URL:http://www.glusterfs.org/>
113
115 http://www.gluster.org/core-team.php <URL:http://www.gluster.org/core-team.php>
116
118 Copyright(c)2006-2009 Gluster, Inc. <http://www.gluster.com>
119
120
121
12207 December 2008 Cluster Filesystem GlusterFS(8)