mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update vgchange and vgmknodes man pages to include --refresh.
Author: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
parent
c8669f6b13
commit
82c29eedc0
@ -1,5 +1,6 @@
|
||||
Version 2.02.45 -
|
||||
===================================
|
||||
Add --refresh to vgchange and vgmknodes man pages.
|
||||
Fixed bug where lvresize option -t was not properly passed to fsadm.
|
||||
Using argv[] list in exec_cmd() to allow more params for external commands.
|
||||
Fsadm does not allow checking mounted filesystem.
|
||||
|
@ -25,6 +25,7 @@ vgchange \- change attributes of a volume group
|
||||
.RB [ \-P | \-\-partial]
|
||||
.RB [ \-s | \-\-physicalextentsize
|
||||
.IR PhysicalExtentSize [ \fBkKmMgGtT\fR ]]
|
||||
.RB [ \-\-refresh]
|
||||
.RB [ -t | \-\-test]
|
||||
.RB [ \-v | \-\-verbose]
|
||||
.RB [ \-\-version ]
|
||||
@ -128,6 +129,12 @@ impact on I/O performance to the logical volume. The smallest PE is 1KB.
|
||||
|
||||
The 2.4 kernel has a limitation of 2TB per block device.
|
||||
.TP
|
||||
.BR \-\-refresh
|
||||
If any logical volume in the volume group is active, reload its metadata.
|
||||
This is not necessary in normal operation, but may be useful
|
||||
if something has gone wrong or if you're doing clustering
|
||||
manually without a clustered lock manager.
|
||||
.TP
|
||||
.BR \-x ", " \-\-resizeable " " { y | n }
|
||||
Enables or disables the extension/reduction of this volume group
|
||||
with/by physical volumes.
|
||||
|
@ -3,13 +3,22 @@
|
||||
vgmknodes \- recreate volume group directory and logical volume special files
|
||||
.SH SYNOPSIS
|
||||
.B vgmknodes
|
||||
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||
[\-v|\-\-verbose]
|
||||
.RB [ \-d | \-\-debug]
|
||||
.RB [ \-h | \-\-help]
|
||||
.RB [ \-\-refresh]
|
||||
.RB [ \-v | \-\-verbose]
|
||||
[[VolumeGroupName | LogicalVolumePath]...]
|
||||
.SH DESCRIPTION
|
||||
Checks the LVM2 special files in /dev that are needed for active
|
||||
logical volumes and creates any missing ones and removes unused ones.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BR \-\-refresh
|
||||
If any logical volume in the volume group is active, reload its metadata.
|
||||
This is not necessary in normal operation, but may be useful
|
||||
if something has gone wrong or if you're doing clustering
|
||||
manually without a clustered lock manager.
|
||||
.TP
|
||||
See \fBlvm\fP for common options.
|
||||
.SH SEE ALSO
|
||||
.BR lvm (8),
|
||||
|
Loading…
Reference in New Issue
Block a user