From: Mike Snitzer Date: Wed, 23 Jun 2010 16:12:30 +0000 (+0000) Subject: Use more standard naming for PVs and VG in vgimportclone example. X-Git-Tag: old-v2_02_68~4 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=78df2efac241ebaa96e6064a1c8dd860dd18c901;p=lvm2.git Use more standard naming for PVs and VG in vgimportclone example. --- diff --git a/man/vgimportclone.8.in b/man/vgimportclone.8.in index 3acecd662..7b84df4d0 100644 --- a/man/vgimportclone.8.in +++ b/man/vgimportclone.8.in @@ -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