diff options
author | Sachidananda <sac@gluster.com> | 2011-06-16 07:56:33 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 09:15:22 -0700 |
commit | dad63fa8ac00397e337f328b0bb7b641e2680932 (patch) | |
tree | 7d09c3dfc765d6719b1607cb2470beb3b48f93ee /doc/glusterfsd.8 | |
parent | 1d4378e0e78309682c13d0fc0c97c3c3bb6674b7 (diff) |
Update man pages to include newer options.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2444 (keep man pages upto date with new codebase.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2444
Diffstat (limited to 'doc/glusterfsd.8')
-rw-r--r-- | doc/glusterfsd.8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/glusterfsd.8 b/doc/glusterfsd.8 index dbf3e3fda1f..2374918b211 100644 --- a/doc/glusterfsd.8 +++ b/doc/glusterfsd.8 @@ -73,6 +73,15 @@ Makes the filesystem read-only \fB\-p, \fB\-\-pid\-file=PIDFILE\fR File to use as pid file .TP +\fB\-S SOCKFILE +Socket file to used for inter-process communication +.TP +\fB\-\-brick\-name DIRECTORY +Directory to be used as export directory for GlusterFS +.TP +\fB\-\-brick\-port PORT +Brick Port to be registered with Gluster portmapper +.TP \fB\-\-volfile\-id=KEY\fR KEY of the volume file to be fetched from server .TP @@ -119,6 +128,11 @@ Print program version .SH FILES /etc/glusterfs/*.vol +.SH EXAMPLES +Start a GlusterFS server on localhost with volume name foo + +glusterfsd -s localhost --volfile-id foo.server.media-disk-1 -p /etc/glusterd/vols/foo/run/server-media-disk-1.pid -S /tmp/<uniqueid>.socket --brick-name /media/disk-1 -l /var/log/glusterfs/bricks/media-disk-1.log --brick-port 24009 --xlator-option foo-server.listen-port=24009 + .SH SEE ALSO .nf \fBfusermount\fR(1), \fBmount.glusterfs\fR(8), \fBgluster\fR(8) |