public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW tools/commands.h
@ 2011-08-04 10:12 zkabelac
  0 siblings, 0 replies; 7+ messages in thread
From: zkabelac @ 2011-08-04 10:12 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-08-04 10:12:44

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Add missing new line in lvrename help text.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2046&r2=1.2047
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.158&r2=1.159

--- LVM2/WHATS_NEW	2011/08/02 22:07:20	1.2046
+++ LVM2/WHATS_NEW	2011/08/04 10:12:44	1.2047
@@ -1,5 +1,6 @@
 Version 2.02.87 - 
 ===============================
+  Add missing new line in lvrename help text.
   Add basic support for RAID 1/4/5/6 (i.e. create, remove, display)
   Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used even without any config.
   Add systemd unit file to provide lvm2 monitoring.
--- LVM2/tools/commands.h	2011/06/01 19:21:03	1.158
+++ LVM2/tools/commands.h	2011/08/04 10:12:44	1.159
@@ -362,7 +362,7 @@
 xx(lvrename,
    "Rename a logical volume",
    0,
-   "lvrename "
+   "lvrename\n"
    "\t[-A|--autobackup {y|n}] " "\n"
    "\t[-d|--debug] " "\n"
    "\t[-h|-?|--help] " "\n"


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2010-04-20 18:17 mbroz
  0 siblings, 0 replies; 7+ messages in thread
From: mbroz @ 2010-04-20 18:17 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2010-04-20 18:17:56

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Remove -n argument from vgcfgrestore.
	
	This is old lvm1 syntax, because arguments changed
	from PVs to VGs compatibility is broken already.
	
	name_ARG is not used in code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1531&r2=1.1532
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.144&r2=1.145

--- LVM2/WHATS_NEW	2010/04/20 14:07:37	1.1531
+++ LVM2/WHATS_NEW	2010/04/20 18:17:56	1.1532
@@ -1,5 +1,6 @@
 Version 2.02.64 -
 =================================
+  Remove obsolete --name parameter from vgcfgrestore.
   Add -S command to clvmd to restart the daemon preserving exclusive locks.
   Increment lvm2app version from 1 to 2.
   Change lvm2app memory alloc/free for pv/vg/lv properties.
--- LVM2/tools/commands.h	2010/04/13 01:54:34	1.144
+++ LVM2/tools/commands.h	2010/04/20 18:17:56	1.145
@@ -688,14 +688,13 @@
    "\t[-f|--file filename] " "\n"
    "\t[-l[l]|--list [--list]]" "\n"
    "\t[-M|--metadatatype 1|2]" "\n"
-   "\t[-n|--name VolumeGroupName] " "\n"
    "\t[-h|--help]" "\n"
    "\t[-t|--test] " "\n"
    "\t[-v|--verbose]" "\n"
    "\t[--version] " "\n"
    "\tVolumeGroupName",
 
-   file_ARG, list_ARG, metadatatype_ARG, name_ARG, test_ARG)
+   file_ARG, list_ARG, metadatatype_ARG, test_ARG)
 
 xx(vgchange,
    "Change volume group attributes",


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2008-06-12 13:24 agk
  0 siblings, 0 replies; 7+ messages in thread
From: agk @ 2008-06-12 13:24 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-06-12 13:24:03

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Add --force to lvextend and lvresize.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.900&r2=1.901
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.115&r2=1.116

--- LVM2/WHATS_NEW	2008/06/12 11:49:45	1.900
+++ LVM2/WHATS_NEW	2008/06/12 13:24:02	1.901
@@ -1,5 +1,6 @@
 Version 2.02.39 -
 ================================
+  Add --force to lvextend and lvresize.
   Fix vgchange to not activate mirror leg and log volumes directly.
   Fix test directory clean up in make distclean.
  
--- LVM2/tools/commands.h	2008/06/06 19:28:35	1.115
+++ LVM2/tools/commands.h	2008/06/12 13:24:02	1.116
@@ -217,6 +217,7 @@
    "\t[-A|--autobackup y|n]\n"
    "\t[--alloc AllocationPolicy]\n"
    "\t[-d|--debug]\n"
+   "\t[-f|--force]\n"
    "\t[-h|--help]\n"
    "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
    "\t{-l|--extents [+]LogicalExtentsNumber[%{VG|PVS|FREE}] |\n"
@@ -230,9 +231,9 @@
    "\t[--version]" "\n"
    "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
 
-   alloc_ARG, autobackup_ARG, extents_ARG, mirrors_ARG, nofsck_ARG,
-   resizefs_ARG, size_ARG, stripes_ARG, stripesize_ARG, test_ARG,
-   type_ARG)
+   alloc_ARG, autobackup_ARG, extents_ARG, force_ARG, mirrors_ARG,
+   nofsck_ARG, resizefs_ARG, size_ARG, stripes_ARG, stripesize_ARG,
+   test_ARG, type_ARG)
 
 xx(lvmchange,
    "With the device mapper, this is obsolete and does nothing.",
@@ -339,6 +340,7 @@
    "\t[-A|--autobackup y|n]\n"
    "\t[--alloc AllocationPolicy]\n"
    "\t[-d|--debug]\n"
+   "\t[-f|--force]\n"
    "\t[-h|--help]\n"
    "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
    "\t{-l|--extents [+|-]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] |\n"
@@ -351,8 +353,9 @@
    "\t[--version]" "\n"
    "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
 
-   alloc_ARG, autobackup_ARG, extents_ARG, nofsck_ARG, resizefs_ARG,
-   size_ARG, stripes_ARG, stripesize_ARG, test_ARG, type_ARG)
+   alloc_ARG, autobackup_ARG, extents_ARG, force_ARG, nofsck_ARG,
+   resizefs_ARG, size_ARG, stripes_ARG, stripesize_ARG, test_ARG,
+   type_ARG)
 
 xx(lvs,
    "Display information about logical volumes",


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2006-04-13 17:51 agk
  0 siblings, 0 replies; 7+ messages in thread
From: agk @ 2006-04-13 17:51 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2006-04-13 17:51:40

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Add --partial to pvs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.361&r2=1.362
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.79&r2=1.80


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2005-08-04  1:50 agk
  0 siblings, 0 replies; 7+ messages in thread
From: agk @ 2005-08-04  1:50 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2005-08-04 01:50:17

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Fix lvconvert PV parameter in help string.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.272&r2=1.273
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.73&r2=1.74


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2005-04-04 14:44 agk
  0 siblings, 0 replies; 7+ messages in thread
From: agk @ 2005-04-04 14:44 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2005-04-04 14:44:49

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Add --ignorelockingfailure to vgmknodes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.215&r2=1.216
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.66&r2=1.67


^ permalink raw reply	[flat|nested] 7+ messages in thread

* LVM2 ./WHATS_NEW tools/commands.h
@ 2005-02-02 14:31 agk
  0 siblings, 0 replies; 7+ messages in thread
From: agk @ 2005-02-02 14:31 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2005-02-02 14:31:49

Modified files:
	.              : WHATS_NEW 
	tools          : commands.h 

Log message:
	Remove unused -f from pvmove

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.177&r2=1.178
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.63&r2=1.64


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-04 10:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04 10:12 LVM2 ./WHATS_NEW tools/commands.h zkabelac
  -- strict thread matches above, loose matches on Subject: below --
2010-04-20 18:17 mbroz
2008-06-12 13:24 agk
2006-04-13 17:51 agk
2005-08-04  1:50 agk
2005-04-04 14:44 agk
2005-02-02 14:31 agk

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).