1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-06 00:58:48 +03:00

Use more standard naming for PVs and VG in vgimportclone example.

This commit is contained in:
Mike Snitzer 2010-06-23 16:12:30 +00:00
parent 546357eaeb
commit 78df2efac2

View File

@ -34,22 +34,22 @@ The LVM2 binary to use.
Defaults to "lvm".
.SH EXAMPLES
The origin VG
.B test_vg
.B vg00
has origin PVs
.BR /dev/loop0 " and " /dev/loop1
.BR /dev/sda " and " /dev/sdb
and the respective snapshot PVs are
.BR /dev/loop2 " and " /dev/loop3 "."
.BR /dev/sdc " and " /dev/sdd "."
To rename the VG
associated with
.BR /dev/loop2 " and " /dev/loop3
.BR /dev/sdc " and " /dev/sdd
from
.B test_vg
.B vg00
to
.B test_vg_snap
.B vg00_snap
(and to change associated VG and PV UUIDs) do:
.nf
\ vgimportclone --basevgname test_vg_snap /dev/loop2 /dev/loop3
\ vgimportclone --basevgname vg00_snap /dev/sdc /dev/sdd
.fi
.SH SEE ALSO