mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Accept regionsize with lvconvert
This commit is contained in:
parent
bb15688511
commit
705eabf721
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.11 -
|
Version 2.02.11 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Accept regionsize with lvconvert.
|
||||||
Add report columns with underscore before field names ending 'size'.
|
Add report columns with underscore before field names ending 'size'.
|
||||||
Correct regionsize default on lvcreate man page (MB).
|
Correct regionsize default on lvcreate man page (MB).
|
||||||
Fix clvmd bug that could cause it to die when a node with a long name crashed.
|
Fix clvmd bug that could cause it to die when a node with a long name crashed.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
lvconvert \- convert a logical volume between linear and mirror
|
lvconvert \- convert a logical volume between linear and mirror
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvconvert
|
.B lvconvert
|
||||||
[\-m/\-\-mirrors Mirrors [\-\-corelog]]
|
[\-m/\-\-mirrors Mirrors [\-\-corelog] [\-R/\-\-regionsize MirrorLogRegionSize]]
|
||||||
[\-A/\-\-alloc AllocationPolicy]
|
[\-A/\-\-alloc AllocationPolicy]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h/\-?/\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v/\-\-verbose]
|
||||||
@ -28,6 +28,10 @@ mirror from using a disk-based (persistent) log to
|
|||||||
an in-memory log. You may only specify this option
|
an in-memory log. You may only specify this option
|
||||||
when the \-\-mirror argument is the same degree of
|
when the \-\-mirror argument is the same degree of
|
||||||
the mirror you are changing.
|
the mirror you are changing.
|
||||||
|
.TP
|
||||||
|
.I \-R, \-\-regionsize MirrorLogRegionSize
|
||||||
|
A mirror is divided into regions of this size (in MB), and the mirror log
|
||||||
|
uses this granularity to track which regions are in sync.
|
||||||
.SH Examples
|
.SH Examples
|
||||||
"lvconvert -m1 vg00/lvol1"
|
"lvconvert -m1 vg00/lvol1"
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user