From 08ca1d3c7801d22f1de452f098b0a5df251ca5e7 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 9 Feb 2011 06:11:02 +0000 Subject: removed some of the stale scripts Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 2393 ('gluster-volgen' and 'gluster-defrag' scripts are stale, but present in AMI) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2393 --- doc/Makefile.am | 4 +-- doc/glusterfs-volgen.8 | 82 -------------------------------------------------- 2 files changed, 2 insertions(+), 84 deletions(-) delete mode 100644 doc/glusterfs-volgen.8 (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 0eb348c189d..f26fc7503dc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +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 \ - glusterd.8 glusterfs-volgen.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 glusterd.8 glusterfs-volgen.8 +man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 CLEANFILES = diff --git a/doc/glusterfs-volgen.8 b/doc/glusterfs-volgen.8 deleted file mode 100644 index a47873783bd..00000000000 --- a/doc/glusterfs-volgen.8 +++ /dev/null @@ -1,82 +0,0 @@ -.\" Copyright (c) 2009-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 Affero 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 -.\" Affero General Public License for more details. -.\" -.\" You should have received a copy of the GNU Affero General Public License -.\" long with this program. If not, see -.\" . -.\" -.\" -.\" -.TH GlusterFS 8 "Cluster Filesystem" "19 March 2010" "Gluster Inc." -.SH NAME -glusterfs-volgen \- Tool to generate GlusterFS volume files -.SH SYNOPSIS -.B glusterfs-volgen --name -.I [options] ... -.PP -.SH DESCRIPTION -glusterfs-volgen tool is used to generate glusterfs volume files as per the -options given. - -GlusterFS volume files are very important component of gluster filesystem, -using which \fBglusterfs\fR(8) will behave as a client component or a server -component. Each glusterfs modules (in technical terms, a translator) is defined -in this volume files in certain order to achieve the required behavior from -filesystem. - -glusterfs-volgen tool abstracts the complexities of volumefile logic into a -simple command line tool, which based on user's requirement (by options -provided) generates the corresponding error-free volume file. - - -.SH OPTIONS -.PP - -\fB\-n \-\-name\fR=VOLUME-NAME -This is a mandatory argument required for glusterfs-volgen. -.TP -\fB\-r \-\-raid\fR=[0|1] -Supported options are 0 (stripe), 1 (mirror). If this option is not used, -distribute is used without replicate or stripe. -.TP -\fB\-t \-\-transport\fR=[tcp|ib-verbs|tcp,ib-verbs] -Supported types are 'tcp' and 'ib-verbs'. This option can take both types -together like 'tcp,ib-verbs'. [default is 'tcp'] -.TP -\fB\-p \-\-port\fR=PORT -The port number to use in volume files. -[default is 24007 for tcp, (24007 + 1) for ib-verbs] -.TP -\fB\-a \-\-auth\fR=AUTH_PARAMS -Authentication parameters (comma seperated) to use in server volume. -[default is '*', ie allow everyone] -.TP -\fB\-c \-\-conf-dir\fR=CONF_DIR -Directory where the output volume files are generated. [default is -${prefix}/etc/glusterfs] - -.PP -.SH FILES - -${CONF_DIR}/*.vol - -.SH SEE ALSO -.nf -\fB\fBmount.glusterfs\fR(8) -\fR -.fi -.SH COPYRIGHT -.nf -Copyright(c) 2009-2010 Gluster, Inc. -\fR -.fi -- cgit