public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: wysochanski@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 man/vgsplit.8 tools/commands.h tools/lvmc ...
Date: Wed, 16 Jan 2008 17:14:00 -0000	[thread overview]
Message-ID: <20080116171457.17751.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2008-01-16 17:14:56

Modified files:
	man            : vgsplit.8 
	tools          : commands.h lvmcmdline.c 

Log message:
	Remove unused 'list' param from vgsplit - conflict with maxlogicalvolumes param.
	Initialize lvm command getopt buffer to zero before building options string.
	Bugzilla: bz251992
	
	---
	man/vgsplit.8      |    3 +--
	tools/commands.h   |    3 +--
	tools/lvmcmdline.c |    1 +
	3 files changed, 3 insertions(+), 4 deletions(-)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/vgsplit.8.diff?cvsroot=lvm2&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvmcmdline.c.diff?cvsroot=lvm2&r1=1.57&r2=1.58

--- LVM2/man/vgsplit.8	2008/01/14 21:07:58	1.4
+++ LVM2/man/vgsplit.8	2008/01/16 17:14:56	1.5
@@ -9,8 +9,7 @@
 .RB [ \-c | \-\-clustered " {" y | n }]
 .RB [ \-d | \-\-debug ]
 .RB [ \-h | \-\-help ]
-.RB [ \-l | \-\-list ]
-.RB [ \-\-maxlogicalvolumes
+.RB [ \-l | \-\-maxlogicalvolumes
 .IR MaxLogicalVolumes ]
 .RB [ -M | \-\-metadatatype
 .IR type ]
--- LVM2/tools/commands.h	2008/01/14 21:07:58	1.106
+++ LVM2/tools/commands.h	2008/01/16 17:14:56	1.107
@@ -878,7 +878,6 @@
    "\t[-c|--clustered {y|n}] " "\n"
    "\t[-d|--debug] " "\n"
    "\t[-h|--help] " "\n"
-   "\t[-l|--list]" "\n"
    "\t[-l|--maxlogicalvolumes MaxLogicalVolumes]" "\n"
    "\t[-M|--metadatatype 1|2] " "\n"
    "\t[-p|--maxphysicalvolumes MaxPhysicalVolumes] " "\n"
@@ -889,7 +888,7 @@
    "\tSourceVolumeGroupName DestinationVolumeGroupName" "\n"
    "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
 
-   alloc_ARG, autobackup_ARG, clustered_ARG, list_ARG,
+   alloc_ARG, autobackup_ARG, clustered_ARG,
    maxlogicalvolumes_ARG, maxphysicalvolumes_ARG,
    metadatatype_ARG, physicalextentsize_ARG, test_ARG)
 
--- LVM2/tools/lvmcmdline.c	2008/01/09 15:55:44	1.57
+++ LVM2/tools/lvmcmdline.c	2008/01/16 17:14:56	1.58
@@ -584,6 +584,7 @@
 		a->ui64_value = 0;
 	}
 
+	memset(str, 0, sizeof(str));
 	/* fill in the short and long opts */
 	for (i = 0; i < cmd->command->num_args; i++)
 		_add_getopt_arg(cmd->command->valid_args[i], &ptr, &o);


                 reply	other threads:[~2008-01-16 17:14 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=20080116171457.17751.qmail@sourceware.org \
    --to=wysochanski@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /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).