cluster: STABLE3 - man pages: gfs_control

David Teigland teigland at fedoraproject.org
Wed Jan 20 21:14:14 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5aae1bf1cf055e8042893701a860284b6dedd3a9
Commit:        5aae1bf1cf055e8042893701a860284b6dedd3a9
Parent:        90b5478da0d480d0e95900ab191f6c2904bb677f
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Wed Jan 20 15:10:58 2010 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Wed Jan 20 15:14:04 2010 -0600

man pages: gfs_control

new man page for cluster3

Signed-off-by: David Teigland <teigland at redhat.com>
---
 group/man/Makefile      |    1 +
 group/man/gfs_control.8 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/group/man/Makefile b/group/man/Makefile
index a317fba..70387c3 100644
--- a/group/man/Makefile
+++ b/group/man/Makefile
@@ -1,6 +1,7 @@
 MANTARGET= \
 	dlm_controld.8 \
 	gfs_controld.8 \
+	gfs_control.8 \
 	group_tool.8 \
 	groupd.8
 
diff --git a/group/man/gfs_control.8 b/group/man/gfs_control.8
new file mode 100644
index 0000000..8dfd5eb
--- /dev/null
+++ b/group/man/gfs_control.8
@@ -0,0 +1,44 @@
+.TH GFS_CONTROL 8 2009-01-20 cluster cluster
+
+.SH NAME
+gfs_control \- a utility for the gfs_controld daemon
+
+.SH SYNOPSIS
+.B gfs_control
+[COMMAND] [OPTIONS]
+[
+.I name
+]
+
+.SH DESCRIPTION
+.TP
+.B ls
+Display internal gfs_controld state about mount groups.
+
+.TP
+.B dump
+Dump gfs_controld debug buffer.
+
+.TP
+.BI plocks " name"
+Dump posix locks from gfs_controld for the mount group.
+(For compat mode, otherwise see
+.BR dlm_tool (8).)
+
+.SH OPTIONS
+.TP
+.B \-n
+Show all node information in ls.
+
+.TP
+.B \-h
+Print a help message describing available options, then exit.
+
+.TP
+.B \-V
+Print program version information, then exit.
+
+.SH SEE ALSO
+.BR gfs_controld (8),
+.BR dlm_tool (8)
+


More information about the cluster-commits mailing list