From d96a02e48399c79ee5fc3581f28053fcf662fc5f Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Mon, 6 Sep 2010 05:50:06 +0000 Subject: Man page entries for glusterd Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 1529 (need man pages for 'gluster' and 'glusterd') URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1529 --- doc/Makefile.am | 5 +-- doc/glusterd.8 | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ extras/FreeBSD/Makefile | 2 +- extras/Solaris/Prototype | 1 + 4 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 doc/glusterd.8 diff --git a/doc/Makefile.am b/doc/Makefile.am index f3e7168bc21..f26fc7503dc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,13 @@ EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.glusterfs.8\ porting_guide.txt authentication.txt coding-standard.pdf get_put_api_using_xattr.txt \ - translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol gluster.8 + translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol gluster.8 \ + glusterd.8 SUBDIRS = examples hacker-guide voldir = $(sysconfdir)/glusterfs vol_DATA = glusterfs.vol.sample glusterfsd.vol.sample glusterd.vol -man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 +man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 CLEANFILES = diff --git a/doc/glusterd.8 b/doc/glusterd.8 new file mode 100644 index 00000000000..6da331721dd --- /dev/null +++ b/doc/glusterd.8 @@ -0,0 +1,84 @@ +.\" Copyright (c) 2008-2010 Gluster, Inc. +.\" This file is part of GlusterFS. +.\" +.\" GlusterFS is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published +.\" by the Free Software Foundation; either version 3 of the License, +.\" or (at your option) any later version. +.\" +.\" GlusterFS is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +.\" General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" long with this program. If not, see +.\" . +.\" +.\" +.\" +.TH Glusterd 8 "Gluster dynamic volume management Daemon" "9 September 2010" "Gluster Inc." +.SH NAME +Glusterd \- Gluster dynamic volume management Daemon. +.SH SYNOPSYS +.B glusterd +.PP +(or) +.B glusterd +.I [OPTION...] +.PP +Glusterd is a daemon for dynamic volume management for glusterfs. +.SH DESCRIPTION +Gluster daemon is used for dynamic volume management. +The daemon must be executed on all of the export servers. + +.SH OPTIONS +.PP +Mandatory or optional arguments to long options are also mandatory or optional +for any corresponding short options. +.SS "Basic options" +.PP +.TP + +\fB\-l, \fB\-\-log\-file=LOGFILE\fR +File to use for logging [default:/usr/local/var/log/glusterfs/glusterfs.log] +.TP +\fB\-L, \fB\-\-log\-level=LOGLEVEL\fR +Logging severity. Valid options are TRACE, DEBUG, NORMAL, WARNING, +ERROR and CRITICAL [default: NORMAL] +.TP +\fB\-\-debug\fR +Run in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG +and \fB\-\-log\-file\fR to console +.TP +\fB\-N, \fB\-\-no\-daemon\fR +Run in foreground +.TP + +.TP +.SS Miscellaneous Options: + +\fB\-?, \fB\-\-help\fR +Give this help list +.TP +\fB\-\-usage\fR +Give a short usage message +.TP +\fB\-V, \fB\-\-version\fR +Print program version + +.PP +.SH FILES +/etc/glusterd/* + +.SH SEE ALSO +.nf +\fBfusermount\fR(1), \fBmount.glusterfs\fR(8), \fBglusterfs-volgen\fR(8) +\fBglusterfs\fR(8), \fBgluster\fR(8) +\fR +.fi +.SH COPYRIGHT +.nf +Copyright(c) 2006-2010 Gluster, Inc. +\fR +.fi diff --git a/extras/FreeBSD/Makefile b/extras/FreeBSD/Makefile index ec4b2c6f214..a4309484345 100644 --- a/extras/FreeBSD/Makefile +++ b/extras/FreeBSD/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= fusefs-libs>2.6.3:${PORTSDIR}/sysutils/fusefs-libs LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod -MAN8= glusterfs.8 gluster.8 +MAN8= glusterfs.8 gluster.8 glusterd.8 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 diff --git a/extras/Solaris/Prototype b/extras/Solaris/Prototype index c6120234a37..1cf3c2eb93b 100644 --- a/extras/Solaris/Prototype +++ b/extras/Solaris/Prototype @@ -10,6 +10,7 @@ d none /usr/sfw/share/man 0755 root bin d none /usr/sfw/share/man/man8 0755 root bin f none /usr/sfw/share/man/man8/glusterfs.8 0644 root root f none /usr/sfw/share/man/man8/gluster.8 0644 root root +f none /usr/sfw/share/man/man8/glusterd.8 0644 root root d none /usr/sfw/share/doc 0755 root bin d none /usr/sfw/share/doc/glusterfs 0755 root root d none /usr/sfw/share/doc/glusterfs/examples 0755 root root -- cgit