1
0
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:
Dave Wysochanski 2009-02-25 13:17:40 +00:00
parent c8669f6b13
commit 82c29eedc0
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.45 - Version 2.02.45 -
=================================== ===================================
Add --refresh to vgchange and vgmknodes man pages.
Fixed bug where lvresize option -t was not properly passed to fsadm. 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. Using argv[] list in exec_cmd() to allow more params for external commands.
Fsadm does not allow checking mounted filesystem. Fsadm does not allow checking mounted filesystem.

View File

@ -25,6 +25,7 @@ vgchange \- change attributes of a volume group
.RB [ \-P | \-\-partial] .RB [ \-P | \-\-partial]
.RB [ \-s | \-\-physicalextentsize .RB [ \-s | \-\-physicalextentsize
.IR PhysicalExtentSize [ \fBkKmMgGtT\fR ]] .IR PhysicalExtentSize [ \fBkKmMgGtT\fR ]]
.RB [ \-\-refresh]
.RB [ -t | \-\-test] .RB [ -t | \-\-test]
.RB [ \-v | \-\-verbose] .RB [ \-v | \-\-verbose]
.RB [ \-\-version ] .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. The 2.4 kernel has a limitation of 2TB per block device.
.TP .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 } .BR \-x ", " \-\-resizeable " " { y | n }
Enables or disables the extension/reduction of this volume group Enables or disables the extension/reduction of this volume group
with/by physical volumes. with/by physical volumes.

View File

@ -3,13 +3,22 @@
vgmknodes \- recreate volume group directory and logical volume special files vgmknodes \- recreate volume group directory and logical volume special files
.SH SYNOPSIS .SH SYNOPSIS
.B vgmknodes .B vgmknodes
[\-d|\-\-debug] [\-h|\-?|\-\-help] .RB [ \-d | \-\-debug]
[\-v|\-\-verbose] .RB [ \-h | \-\-help]
.RB [ \-\-refresh]
.RB [ \-v | \-\-verbose]
[[VolumeGroupName | LogicalVolumePath]...] [[VolumeGroupName | LogicalVolumePath]...]
.SH DESCRIPTION .SH DESCRIPTION
Checks the LVM2 special files in /dev that are needed for active Checks the LVM2 special files in /dev that are needed for active
logical volumes and creates any missing ones and removes unused ones. logical volumes and creates any missing ones and removes unused ones.
.SH OPTIONS .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. See \fBlvm\fP for common options.
.SH SEE ALSO .SH SEE ALSO
.BR lvm (8), .BR lvm (8),