cluster: STABLE3 - man pages: dlm_tool

David Teigland teigland at fedoraproject.org
Wed Jan 20 16:57:13 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0c9903e2742bef7fe9934cccdc630412861c090f
Commit:        0c9903e2742bef7fe9934cccdc630412861c090f
Parent:        d69d9c88d9232b833ef6864a48f1e1281dc7fb31
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Wed Jan 20 10:56:48 2010 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Wed Jan 20 10:56:48 2010 -0600

man pages: dlm_tool

update for cluster3

Signed-off-by: David Teigland <teigland at redhat.com>
---
 dlm/man/dlm_tool.8 |   97 ++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 76 insertions(+), 21 deletions(-)

diff --git a/dlm/man/dlm_tool.8 b/dlm/man/dlm_tool.8
index 57e3da3..5e61567 100644
--- a/dlm/man/dlm_tool.8
+++ b/dlm/man/dlm_tool.8
@@ -1,39 +1,94 @@
-.TH dlm_tool 8
+.TH DLM_TOOL 8 2009-01-20 cluster cluster
 
 .SH NAME
-dlm_tool - A program to join and leave lockspaces and display dlm information
+dlm_tool \- a utility for the dlm and dlm_controld daemon
 
 .SH SYNOPSIS
-.B
-dlm_tool
-[\fIOPTIONS\fR]
-<\fBjoin | leave | lockdump | deadlock_check\fP>
-<\fBname\fP>
+.B dlm_tool
+[COMMAND] [OPTIONS]
+[
+.I name
+]
 
 .SH DESCRIPTION
+.TP
+.B ls
+Display internal dlm_controld state about lockspaces.
+
+.TP
+.B dump
+Dump dlm_controld debug buffer.
+
+.TP
+.BI plocks " name"
+Dump posix locks from dlm_controld for the lockspace.
+
+.TP
+.BI lockdump " name"
+Minimal display of locks from the lockspace.
 
-\fBdlm_tool\fP is a program used to join or leave dlm lockspaces, dump
-dlm lock state, and initiate deadlock detection cycles.  The name of a
-lockspace follows the subcommand.
+.TP
+.BI lockdebug " name"
+Extended display of locks from the lockspace.
+
+.TP
+.BI join " name"
+Join a lockspace.
+
+.TP
+.BI leave " name"
+Leave a lockspace.
+
+.TP
+.BI deadlock_check " name"
+Start a deadlock detection cycle for the lockspace.
 
 .SH OPTIONS
 .TP
-\fB-m\fP
-The permission mode (in octal) of the lockspace device created by join;
-default 0600.
+.B \-n
+Show all node information in ls.
+
+.TP
+.BI \-d " num"
+Resource directory enabled (1) or disabled (0) during join. Default 0.
+
+.TP
+.BI \-e " num"
+Exclusive create off/on (0/1) in join. Default 0.
+
+.TP
+.BI \-f " num"
+FS memory allocation off/on (0/1) in join. Default 0.
+
+.TP
+.BI \-m " mode"
+The permission mode (in octal) of the lockspace device created by join.
+Default 0600.
+
 .TP
-\fB-M\fP
+.B \-M
 Dump MSTCPY locks in addition to locks held by local processes.
+
+.TP
+.B \-s
+Summary following lockdebug output (experimental, format may change).
+
 .TP
-\fB-d\fP <num>
-Resource directory enabled (1) or disabled (0) during join; default 0.
+.B \-v
+Verbose lockdebug output.
+
 .TP
-\fB-h\fP
-Help.  Print out the usage syntax.
+.B \-w
+Wide lockdebug output.
+
+.TP
+.B \-h
+Print a help message describing available options, then exit.
+
 .TP
-\fB-V\fP
-Print version information.
+.B \-V
+Print program version information, then exit.
 
 .SH SEE ALSO
-libdlm(3)
+.BR dlm_controld (8)
 


More information about the cluster-commits mailing list