mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man lvmraid: fix line wrapping in examples
This commit is contained in:
parent
c448dcb349
commit
1dfb4a2dae
@ -1127,9 +1127,9 @@ Convert it from 3-way striped to 5-way-striped.
|
||||
.nf
|
||||
# lvconvert --stripes 5 vg/lv
|
||||
Using default stripesize 64.00 KiB.
|
||||
WARNING: Adding stripes to active logical volume vg/lv will \
|
||||
WARNING: Adding stripes to active logical volume vg/lv will \\
|
||||
grow it from 99 to 165 extents!
|
||||
Run "lvresize -l99 vg/lv" to shrink it or use the additional \
|
||||
Run "lvresize -l99 vg/lv" to shrink it or use the additional \\
|
||||
capacity.
|
||||
Logical volume vg/lv successfully converted.
|
||||
|
||||
@ -1141,10 +1141,10 @@ Convert it from 3-way striped to 5-way-striped.
|
||||
|
||||
# lvs -a -o lv_name,attr,segtype,seg_pe_ranges,dataoffset vg
|
||||
LV Attr Type PE Ranges DOff
|
||||
lv rwi-a-r--- raid6_nr lv_rimage_0:0-33 \
|
||||
lv_rimage_1:0-33 \
|
||||
lv_rimage_2:0-33 ... \
|
||||
lv_rimage_5:0-33 \
|
||||
lv rwi-a-r--- raid6_nr lv_rimage_0:0-33 \\
|
||||
lv_rimage_1:0-33 \\
|
||||
lv_rimage_2:0-33 ... \\
|
||||
lv_rimage_5:0-33 \\
|
||||
lv_rimage_6:0-33 0
|
||||
[lv_rimage_0] iwi-aor--- linear /dev/sda:0-32 0
|
||||
[lv_rimage_0] iwi-aor--- linear /dev/sda:34-34
|
||||
@ -1173,22 +1173,22 @@ The force option needs to be used, because removing stripes
|
||||
.nf
|
||||
# lvconvert --stripes 4 vg/lv
|
||||
Using default stripesize 64.00 KiB.
|
||||
WARNING: Removing stripes from active logical volume vg/lv will \
|
||||
WARNING: Removing stripes from active logical volume vg/lv will \\
|
||||
shrink it from 660.00 MiB to 528.00 MiB!
|
||||
THIS MAY DESTROY (PARTS OF) YOUR DATA!
|
||||
If that leaves the logical volume larger than 206 extents due \
|
||||
If that leaves the logical volume larger than 206 extents due \\
|
||||
to stripe rounding,
|
||||
you may want to grow the content afterwards (filesystem etc.)
|
||||
WARNING: too remove freed stripes after the conversion has finished,\
|
||||
WARNING: to remove freed stripes after the conversion has finished,\\
|
||||
you have to run "lvconvert --stripes 4 vg/lv"
|
||||
Logical volume vg/lv successfully converted.
|
||||
|
||||
# lvs -a -o lv_name,attr,segtype,seg_pe_ranges,dataoffset vg
|
||||
LV Attr Type PE Ranges DOff
|
||||
lv rwi-a-r-s- raid6_nr lv_rimage_0:0-33 \
|
||||
lv_rimage_1:0-33 \
|
||||
lv_rimage_2:0-33 ... \
|
||||
lv_rimage_5:0-33
|
||||
lv rwi-a-r-s- raid6_nr lv_rimage_0:0-33 \\
|
||||
lv_rimage_1:0-33 \\
|
||||
lv_rimage_2:0-33 ... \\
|
||||
lv_rimage_5:0-33 \\
|
||||
lv_rimage_6:0-33 0
|
||||
[lv_rimage_0] Iwi-aor--- linear /dev/sda:0-32 0
|
||||
[lv_rimage_0] Iwi-aor--- linear /dev/sda:34-34
|
||||
@ -1215,10 +1215,10 @@ The 'R' in the same column of the attribute field shows the freed image Sub LVs
|
||||
.nf
|
||||
# lvs -o lv_name,attr,segtype,seg_pe_ranges,dataoffset vg
|
||||
LV Attr Type PE Ranges DOff
|
||||
lv rwi-a-r-R- raid6_nr lv_rimage_0:0-33 \
|
||||
lv_rimage_1:0-33 \
|
||||
lv_rimage_2:0-33 ... \
|
||||
lv_rimage_5:0-33
|
||||
lv rwi-a-r-R- raid6_nr lv_rimage_0:0-33 \\
|
||||
lv_rimage_1:0-33 \\
|
||||
lv_rimage_2:0-33 ... \\
|
||||
lv_rimage_5:0-33 \\
|
||||
lv_rimage_6:0-33 8192
|
||||
.fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user