]> sourceware.org Git - lvm2.git/commitdiff
update
authorAlasdair Kergon <agk@redhat.com>
Fri, 18 Jul 2003 00:41:04 +0000 (00:41 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 18 Jul 2003 00:41:04 +0000 (00:41 +0000)
README
VERSION
WHATS_NEW
man/pvmove.8

diff --git a/README b/README
index c66c11f1129412a1194f527f6493f0f93a1e9276..b6500463097cc01186c619a2ed5aa565a347e479 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,11 @@
-This directory contains a beta release of LVM2, the new version of 
-the userland LVM tools designed for the new device-mapper for 
-the Linux kernel.
+This directory contains LVM2, the new version of the userland LVM
+tools designed for the new device-mapper for the Linux kernel.
 
 The device-mapper needs to be installed before compiling these LVM2 tools.
 
 For more information about LVM2 read the WHATS_NEW file.
 Installation instructions are in INSTALL.
 
-This is beta-quality software, released for testing purposes only.
 There is no warranty - see COPYING and COPYING.LIB.
 
 Tarballs are available from:
@@ -20,6 +18,6 @@ To access the CVS tree use:
   cvs -d :pserver:cvs@tech.sistina.com:/data/cvs checkout LVM2
 
 Mailing list for discussion/bug reports etc.
-  lvm-devel@sistina.com
-  Subscribe from http://lists.sistina.com/mailman/listinfo/lvm-devel
+  linux-lvm@sistina.com
+  Subscribe from http://lists.sistina.com/mailman/listinfo/linux-lvm
 
diff --git a/VERSION b/VERSION
index 47c0d19969569596c107fb88ee883a73eff51176..4c899aa457298a4d84ae924a7541eb594666fb14 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.00.04-cvs (2003-07-15)
+2.00.05-cvs (2003-07-18)
index e4cbe9eb665c9975d2059a7a24079fb2ce1446da..87392e4b134a1f9aa36d486c04c79f7007387025 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -25,6 +25,7 @@ to provide us with diagnostic information:
   log {
         file="/tmp/lvm2.log"
        level=7
+       activation=1
   }
 
 You should schedule regular backups of your configuration file and
index 93e78f7fa78eeb9d0332e588ad460cd612b5c2d7..700a15c2eeb6c57b13311f30cb41f1e223ce7805 100644 (file)
@@ -3,9 +3,10 @@
 pvmove \- move physical extents
 .SH SYNOPSIS
 .B pvmove
+[\-\-abort]
 [\-d/\-\-debug] [\-h/\-\-help] [\-i/\-\-interval Seconds] [\-v/\-\-verbose]
-[\-n/\-\-name LogicalVolume] SourcePhysicalVolume 
-[DestinationPhysicalVolume[:PE[-PE]...]...]
+[\-n/\-\-name LogicalVolume] 
+[SourcePhysicalVolume [DestinationPhysicalVolume[:PE[-PE]...]...]]
 .SH DESCRIPTION
 .B pvmove
 allows you to move the allocated physical extents (PEs) on
@@ -20,15 +21,16 @@ If no
 .I DestinationPhysicalVolume
 is specifed, the normal allocation rules for the volume group are used.
 
-If \fBpvmove\fP gets interrupted for any reason, it will probably be 
-necessary to run \fBvgcfgrestore\fP to restore the volume group's metadata to
-the state it was before the \fBpvmove\fP began.
-
-\fBpvmove\fP locks the volume group and other LVM2 commands can't access
-the volume group metadata until \fBpvmove\fP has completed.
+If \fBpvmove\fP gets interrupted for any reason (e.g. the machine crashes)
+then run \fBpvmove\fP again without any PhysicalVolume arguments to
+continue with any moves that were in progress or use \fBpvmove --abort\fP to 
+abort them.
 
 .SH OPTIONS
 .TP
+.I \-\-abort
+Abort any moves currently in progress.
+.TP
 .I \-i, \-\-interval Seconds
 Report progress as a percentage at regular intervals.
 .TP
This page took 0.039098 seconds and 5 git commands to generate.