public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Lon Hohberger <lon@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: RHEL5 - cman: show '-d' option in mkqdisk -h and mkqdisk.8
Date: Fri, 29 Aug 2008 15:09:00 -0000	[thread overview]
Message-ID: <20080828213648.5833812037A@lists.fedorahosted.org> (raw)

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;


                 reply	other threads:[~2008-08-28 21:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080828213648.5833812037A@lists.fedorahosted.org \
    --to=lon@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).