]> sourceware.org Git - lvm2.git/commitdiff
Correct -b and -P on a couple of man pages.
authorAlasdair Kergon <agk@redhat.com>
Tue, 13 Feb 2007 16:04:01 +0000 (16:04 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 13 Feb 2007 16:04:01 +0000 (16:04 +0000)
Add global/units to example.conf.

WHATS_NEW
doc/example.conf
man/lvchange.8
man/pvmove.8

index 8c9566c8449596dca01935646b118baddd03461a..40bf90bece1d30cd2bec973385f9d5de12771777 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,7 @@
 Version 2.02.22 - 
 ===================================
+  Correct -b and -P on a couple of man pages.
+  Add global/units to example.conf.
   Fix loading of segment_libraries.
   If a PV reappears after it was removed from its VG, make it an orphan.
   Don't update metadata automatically if VGIDs don't match.
index e8ded39259d75ed7d6fa58a0d87a7db0227f61b4..7cf406fd4a552345d4bc5d3d0b66e57e1ef71de4 100644 (file)
@@ -188,6 +188,9 @@ global {
     # command.  Defaults to off.
     test = 0
 
+    # Default value for --units argument
+    units = "h"
+
     # Whether or not to communicate with the kernel device-mapper.
     # Set to 0 if you want to use the tools to manipulate LVM metadata 
     # without activating any logical volumes.
index 69345f2d42496cb20cb8455bc7b6546180abe91e..4f65f9a422d70f00e41fb1d2910e0240ff2571ba 100644 (file)
@@ -12,7 +12,7 @@ lvchange \- change attributes of a logical volume
 [\-\-ignorelockingfailure]
 [\-\-monitor {y|n}]
 [\-M/\-\-persistent y/n] [\-\-minor minor]
-[\-P/\-\-partial y/n]
+[\-P/\-\-partial]
 [\-p/\-\-permission r/w] [\-r/\-\-readahead ReadAheadSectors]
 [\-\-refresh]
 [\-t/\-\-test]
index 6bf385b2aa2ef66722c14a407a8040626b74a029..289d3c5f8ce86c93ce5e8a01ca854a0f48eb89c0 100644 (file)
@@ -5,7 +5,7 @@ pvmove \- move physical extents
 .B pvmove
 [\-\-abort]
 [\-\-alloc AllocationPolicy]
-[\-\-background]
+[\-b/\-\-background]
 [\-d/\-\-debug] [\-h/\-\-help] [\-i/\-\-interval Seconds] [\-v/\-\-verbose]
 [\-n/\-\-name LogicalVolume] 
 [SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
@@ -73,7 +73,7 @@ type of on-disk metadata.  Metadata can be converted using \fBvgconvert\fP(8).
 .I \-\-abort
 Abort any moves in progress.
 .TP
-.I \-\-background
+.I \-b, \-\-background
 Run the daemon in the background.
 .TP
 .I \-i, \-\-interval Seconds
This page took 0.045181 seconds and 5 git commands to generate.