From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW tools/commands.h
Date: 12 Jun 2008 13:24:03 -0000 [thread overview]
Message-ID: <20080612132403.29874.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at 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",
next reply other threads:[~2008-06-12 13:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-12 13:24 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-04-20 18:17 LVM2 ./WHATS_NEW tools/commands.h mbroz
2011-08-04 10:12 zkabelac
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=20080612132403.29874.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=lvm-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.