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