1GlusterFS(8) Gluster Inc. GlusterFS(8)
2
3
4
6 GlusterFS - Clustered Filesystem.
7
9 glusterfsd [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.
17
18 GlusterFS is fully POSIX compliant FileSystem. On client side, it has
19 dependency on FUSE package, on server side, it works seemlessly on dif‐
20 ferent OSes. (Currently supported on GNU/Linux, Solaris).
21
22
24 Mandatory or optional arguments to long options are also mandatory or
25 optional for any corresponding short options.
26
27 Basic options
28 -f, --volfile=VOLUME-FILE
29 File to use as VOLUME-FILE [default:/etc/glusterfs/glus‐
30 terfs.vol]
31
32 -l, --log-file=LOGFILE
33 File to use for logging [default:/var/log/glusterfs/glus‐
34 terfs.log]
35
36 -L, --log-level=LOGLEVEL
37 Logging severity. Valid options are TRACE, DEBUG, INFO, WARN‐
38 ING, ERROR and CRITICAL [default: WARNING]
39
40 -s, --volfile-server=SERVER
41 Server to get the volume from. This option overrides --volfile
42 option
43
44
45 Advanced options
46 -L, --localtime-logging=on|off
47 Enable or disable localtime log timestamps. Valid options are on
48 and off (the default is off).
49
50 --debug
51 Run in debug mode. This option sets --no-daemon, --log-level to
52 DEBUG and --log-file to console
53
54 -N, --no-daemon
55 Run in foreground
56
57 --read-only
58 Makes the filesystem read-only
59
60 -p, --pid-file=PIDFILE
61 File to use as pid file
62
63 -S SOCKFILE
64 Socket file to used for inter-process communication
65
66 --brick-name DIRECTORY
67 Directory to be used as export directory for GlusterFS
68
69 --brick-port PORT
70 Brick Port to be registered with Gluster portmapper
71
72 --volfile-id=KEY
73 KEY of the volume file to be fetched from server
74
75 --volfile-server-port=PORT
76 Port number of volfile server
77
78 --volfile-server-transport=TRANSPORT
79 Transport type to get volume file from server [default: tcp]
80
81 --volume-name=VOLUME-NAME
82 Volume name to be used for MOUNT-POINT [default: top most volume
83 in VOLUME-FILE]
84
85 --xlator-option=VOLUME-NAME.OPTION=VALUE
86 Add/override a translator option for a volume with the specified
87 value
88
89
90 Fuse options
91 --attribute-timeout=SECONDS
92 Set attribute timeout to SECONDS for inodes in fuse kernel mod‐
93 ule [default: 1]
94
95 --entry-timeout=SECONDS
96 Set entry timeout to SECONDS in fuse kernel module [default: 1]
97
98 --direct-io-mode=BOOL
99 Enable/Disable direct-io mode in fuse module [default: enable]
100
101 --resolve-gids
102 Resolve all auxiliary groups in fuse translator (max 32 other‐
103 wise)
104
105
106 Miscellaneous Options
107 -?, --help
108 Give this help list
109
110 --usage
111 Give a short usage message
112
113 -V, --version
114 Print program version
115
116
118 /etc/glusterfs/*.vol
119
120
122 Start a GlusterFS server on localhost with volume name foo
123
124 glusterfsd -s localhost --volfile-id foo.server.media-disk-1 -p
125 /var/lib/glusterd/vols/foo/run/server-media-disk-1.pid -S
126 /tmp/<uniqueid>.socket --brick-name /media/disk-1 -l /var/log/glus‐
127 terfs/bricks/media-disk-1.log --brick-port 24009 --xlator-option
128 foo-server.listen-port=24009
129
130
132 fusermount(1), mount.glusterfs(8), gluster(8)
133
135 Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com>
136
137
138
13919 March 2010 Cluster Filesystem GlusterFS(8)