This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=2f17f7ef52bda4891a1afa1517d53d354e545737
Commit:        2f17f7ef52bda4891a1afa1517d53d354e545737
Parent:        839c697d39dc4698da5de301ceb21e0b594d87f9
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Thu Aug 28 17:36:31 2008 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Sep 22 11:34:36 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 63b04f2..c063d1e 100644
--- a/cman/qdisk/mkqdisk.c
+++ b/cman/qdisk/mkqdisk.c
@@ -43,7 +43,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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]