mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Correct -b and -P on a couple of man pages.
Add global/units to example.conf.
This commit is contained in:
parent
e09dfed899
commit
d8ff86fd09
@ -1,5 +1,7 @@
|
|||||||
Version 2.02.22 -
|
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.
|
Fix loading of segment_libraries.
|
||||||
If a PV reappears after it was removed from its VG, make it an orphan.
|
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.
|
Don't update metadata automatically if VGIDs don't match.
|
||||||
|
@ -188,6 +188,9 @@ global {
|
|||||||
# command. Defaults to off.
|
# command. Defaults to off.
|
||||||
test = 0
|
test = 0
|
||||||
|
|
||||||
|
# Default value for --units argument
|
||||||
|
units = "h"
|
||||||
|
|
||||||
# Whether or not to communicate with the kernel device-mapper.
|
# Whether or not to communicate with the kernel device-mapper.
|
||||||
# Set to 0 if you want to use the tools to manipulate LVM metadata
|
# Set to 0 if you want to use the tools to manipulate LVM metadata
|
||||||
# without activating any logical volumes.
|
# without activating any logical volumes.
|
||||||
|
@ -12,7 +12,7 @@ lvchange \- change attributes of a logical volume
|
|||||||
[\-\-ignorelockingfailure]
|
[\-\-ignorelockingfailure]
|
||||||
[\-\-monitor {y|n}]
|
[\-\-monitor {y|n}]
|
||||||
[\-M/\-\-persistent y/n] [\-\-minor minor]
|
[\-M/\-\-persistent y/n] [\-\-minor minor]
|
||||||
[\-P/\-\-partial y/n]
|
[\-P/\-\-partial]
|
||||||
[\-p/\-\-permission r/w] [\-r/\-\-readahead ReadAheadSectors]
|
[\-p/\-\-permission r/w] [\-r/\-\-readahead ReadAheadSectors]
|
||||||
[\-\-refresh]
|
[\-\-refresh]
|
||||||
[\-t/\-\-test]
|
[\-t/\-\-test]
|
||||||
|
@ -5,7 +5,7 @@ pvmove \- move physical extents
|
|||||||
.B pvmove
|
.B pvmove
|
||||||
[\-\-abort]
|
[\-\-abort]
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-\-background]
|
[\-b/\-\-background]
|
||||||
[\-d/\-\-debug] [\-h/\-\-help] [\-i/\-\-interval Seconds] [\-v/\-\-verbose]
|
[\-d/\-\-debug] [\-h/\-\-help] [\-i/\-\-interval Seconds] [\-v/\-\-verbose]
|
||||||
[\-n/\-\-name LogicalVolume]
|
[\-n/\-\-name LogicalVolume]
|
||||||
[SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
|
[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
|
.I \-\-abort
|
||||||
Abort any moves in progress.
|
Abort any moves in progress.
|
||||||
.TP
|
.TP
|
||||||
.I \-\-background
|
.I \-b, \-\-background
|
||||||
Run the daemon in the background.
|
Run the daemon in the background.
|
||||||
.TP
|
.TP
|
||||||
.I \-i, \-\-interval Seconds
|
.I \-i, \-\-interval Seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user