mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
man: lvextend --use-policies
Add missing man info.
This commit is contained in:
parent
f84f12a6a3
commit
3f7de58e96
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.99 -
|
Version 2.02.99 -
|
||||||
===================================
|
===================================
|
||||||
|
Document lvextend --use-policies option in man.
|
||||||
Fix creation and removal of clustered snapshot.
|
Fix creation and removal of clustered snapshot.
|
||||||
Fix clvmd caching of metadata when suspending inactive volumes.
|
Fix clvmd caching of metadata when suspending inactive volumes.
|
||||||
Find newest timestamp of merged config files.
|
Find newest timestamp of merged config files.
|
||||||
|
@ -284,7 +284,7 @@ Repair a mirror after suffering a disk failure. The mirror will be brought back
|
|||||||
into a consistent state. By default, the original number of mirrors will be
|
into a consistent state. By default, the original number of mirrors will be
|
||||||
restored if possible. Specify \fB\-y\fP on the command line to skip
|
restored if possible. Specify \fB\-y\fP on the command line to skip
|
||||||
the prompts. Use \fB\-f\fP if you do not want any replacement.
|
the prompts. Use \fB\-f\fP if you do not want any replacement.
|
||||||
Additionally, you may use \fB\-\-use-policies\fP to use the device
|
Additionally, you may use \fB\-\-use\-policies\fP to use the device
|
||||||
replacement policy specified in \fBlvm.conf\fP(5),
|
replacement policy specified in \fBlvm.conf\fP(5),
|
||||||
viz. activation/mirror_log_fault_policy or
|
viz. activation/mirror_log_fault_policy or
|
||||||
activation/mirror_device_fault_policy.
|
activation/mirror_device_fault_policy.
|
||||||
|
@ -9,7 +9,7 @@ lvextend \- extend the size of a logical volume
|
|||||||
.RI { y | n }]
|
.RI { y | n }]
|
||||||
.RB [ \-d | \-\-debug ]
|
.RB [ \-d | \-\-debug ]
|
||||||
.RB [ \-h | \-? | \-\-help ]
|
.RB [ \-h | \-? | \-\-help ]
|
||||||
.RB [ \-\-noudevsync]
|
.RB [ \-f | \-\-force ]
|
||||||
.RB [ \-i | \-\-stripes
|
.RB [ \-i | \-\-stripes
|
||||||
.I Stripes
|
.I Stripes
|
||||||
.RB [ \-I | \-\-stripesize
|
.RB [ \-I | \-\-stripesize
|
||||||
@ -19,9 +19,10 @@ lvextend \- extend the size of a logical volume
|
|||||||
|
|
|
|
||||||
.BR \-L | \-\-size
|
.BR \-L | \-\-size
|
||||||
.RI [ + ] LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
|
.RI [ + ] LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
|
||||||
.RB [ \-f | \-\-force ]
|
|
||||||
.RB [ \-n | \-\-nofsck ]
|
.RB [ \-n | \-\-nofsck ]
|
||||||
|
.RB [ \-\-noudevsync]
|
||||||
.RB [ \-r | \-\-resizefs ]
|
.RB [ \-r | \-\-resizefs ]
|
||||||
|
.RB [ \-\-use\-policies ]
|
||||||
.RB [ \-t | \-\-test ]
|
.RB [ \-t | \-\-test ]
|
||||||
.RB [ \-v | \-\-verbose ]
|
.RB [ \-v | \-\-verbose ]
|
||||||
.I LogicalVolumePath
|
.I LogicalVolumePath
|
||||||
@ -37,12 +38,8 @@ volume use
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP(8) for common options.
|
See \fBlvm\fP(8) for common options.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-noudevsync
|
.BR \-f ", " \-\-force
|
||||||
Disable udev synchronisation. The
|
Proceed with size extension without prompting.
|
||||||
process will not wait for notification from udev.
|
|
||||||
It will continue irrespective of any possible udev processing
|
|
||||||
in the background. You should only use this if udev is not running
|
|
||||||
or has rules that ignore the devices LVM2 creates.
|
|
||||||
.TP
|
.TP
|
||||||
.IR \fB\-l ", " \fB\-\-extents " [" + ] LogicalExtentsNumber [ % { VG | LV | PVS | FREE | ORIGIN }]
|
.IR \fB\-l ", " \fB\-\-extents " [" + ] LogicalExtentsNumber [ % { VG | LV | PVS | FREE | ORIGIN }]
|
||||||
Extend or set the logical volume size in units of logical extents.
|
Extend or set the logical volume size in units of logical extents.
|
||||||
@ -77,17 +74,26 @@ use a single value throughout.
|
|||||||
.br
|
.br
|
||||||
StripeSize must be 2^n (n = 2 to 9)
|
StripeSize must be 2^n (n = 2 to 9)
|
||||||
.TP
|
.TP
|
||||||
.BR \-f ", " \-\-force
|
|
||||||
Proceed with size extension without prompting.
|
|
||||||
.TP
|
|
||||||
.BR \-n ", " \-\-nofsck
|
.BR \-n ", " \-\-nofsck
|
||||||
Do not perform fsck before extending filesystem when filesystem
|
Do not perform fsck before extending filesystem when filesystem
|
||||||
requires it. You may need to use \fB\-\-force\fR to proceed with
|
requires it. You may need to use \fB\-\-force\fR to proceed with
|
||||||
this option.
|
this option.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.BR \-r ", " \-\-resizefs
|
.BR \-r ", " \-\-resizefs
|
||||||
Resize underlying filesystem together with the logical volume using
|
Resize underlying filesystem together with the logical volume using
|
||||||
\fBfsadm\fR(8).
|
\fBfsadm\fR(8).
|
||||||
|
.TP
|
||||||
|
.B \-\-use\-policies
|
||||||
|
Resizes the logical volume according to configured policy. See
|
||||||
|
\fBlvm.conf\fR(5) for some details.
|
||||||
|
|
||||||
.SH Examples
|
.SH Examples
|
||||||
Extends the size of the logical volume "vg01/lvol10" by 54MiB on physical
|
Extends the size of the logical volume "vg01/lvol10" by 54MiB on physical
|
||||||
volume /dev/sdk3. This is only possible if /dev/sdk3 is a member of
|
volume /dev/sdk3. This is only possible if /dev/sdk3 is a member of
|
||||||
@ -109,6 +115,7 @@ Extends a logical volume "vg01/lvol01" by 16MiB using physical extents
|
|||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR fsadm (8),
|
.BR fsadm (8),
|
||||||
.BR lvm (8),
|
.BR lvm (8),
|
||||||
|
.BR lvm.conf (5),
|
||||||
.BR lvcreate (8),
|
.BR lvcreate (8),
|
||||||
.BR lvconvert (8),
|
.BR lvconvert (8),
|
||||||
.BR lvreduce (8),
|
.BR lvreduce (8),
|
||||||
|
Loading…
Reference in New Issue
Block a user