]> sourceware.org Git - lvm2.git/commitdiff
Use more standard naming for PVs and VG in vgimportclone example.
authorMike Snitzer <snitzer@redhat.com>
Wed, 23 Jun 2010 16:12:30 +0000 (16:12 +0000)
committerMike Snitzer <snitzer@redhat.com>
Wed, 23 Jun 2010 16:12:30 +0000 (16:12 +0000)
man/vgimportclone.8.in

index 3acecd6621c0fd9d7e5e647f512e7103c0b9c315..7b84df4d08785da86d67628d936766db84852304 100644 (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
This page took 0.040334 seconds and 5 git commands to generate.