RHEL5 - cman: show '-d' option in mkqdisk -h and mkqdisk.8

Lon Hohberger lon@fedoraproject.org
Fri Aug 29 15:09:00 GMT 2008


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=917db8b990bff1268b93061f4512a37b0d47f38a
Commit:        917db8b990bff1268b93061f4512a37b0d47f38a
Parent:        6417845e62ce91d9e5d188ef0be4b605b64007ea
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Thu Aug 28 17:36:31 2008 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Thu Aug 28 17:36:31 2008 -0400

cman: show '-d' option in mkqdisk -h and mkqdisk.8

rhbz 459678
---
 cman/man/mkqdisk.8   |    5 ++++-
 cman/qdisk/mkqdisk.c |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/cman/man/mkqdisk.8 b/cman/man/mkqdisk.8
index ca3009a..a097680 100644
--- a/cman/man/mkqdisk.8
+++ b/cman/man/mkqdisk.8
@@ -4,7 +4,7 @@ mkqdisk \- Cluster Quorum Disk Utility
 .SH "WARNING"
 Use of this command can cause the cluster to malfunction.
 .SH "SYNOPSIS"
-\fBmkqdisk [\-?|\-h] | [\-L] | [\-f \fPlabel\fB] [\-c \fPdevice \fB -l \fPlabel\fB]
+\fBmkqdisk [\-?|\-h] | [\-L] | [\-f \fPlabel\fB] [\-c \fPdevice \fB -l \fPlabel\fB] [-d [-d ...]]
 .SH "DESCRIPTION"
 .PP 
 The \fBmkqdisk\fP command is used to create a new quorum disk or display
@@ -23,6 +23,9 @@ a UUID created with uuidgen(1).
 Find the cluster quorum disk with the given label and display information about it.
 .IP "\-L"
 Display information on all accessible cluster quorum disks.
+.IP "\-d"
+Increase debugging level.  Specify multiple times for more information.
+Currently, specifying more than twice has no effect.
 
 .SH "SEE ALSO"
 qdisk(5), qdiskd(8), uuidgen(1)
diff --git a/cman/qdisk/mkqdisk.c b/cman/qdisk/mkqdisk.c
index b76b808..46d6b63 100644
--- a/cman/qdisk/mkqdisk.c
+++ b/cman/qdisk/mkqdisk.c
@@ -63,7 +63,7 @@ main(int argc, char **argv)
 			break;
 		case 'h':
 			printf("usage: mkqdisk -L | -f <label> | -c "
-			       "<device> -l <label>\n");
+			       "<device> -l <label> [-d]\n");
 			return 0;
 		default:
 			break;



More information about the Cluster-cvs mailing list