summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2010-06-23 16:12:30 +0000
committerMike Snitzer <snitzer@redhat.com>2010-06-23 16:12:30 +0000
commit3ba8ffe741f502f0d15751d8ece366db93e0b5b2 (patch)
tree1ce336d7dc6657665334da677d1cef85593751b0 /man
parenteba612b4c5566c305a1ee110faed1fd04606d053 (diff)
downloadlvm2-3ba8ffe741f502f0d15751d8ece366db93e0b5b2.tar.gz
Use more standard naming for PVs and VG in vgimportclone example.
Diffstat (limited to 'man')
-rw-r--r--man/vgimportclone.8.in14
1 files changed, 7 insertions, 7 deletions
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