summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-07-09 14:44:07 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-07-09 14:57:59 +0200
commited48cb26a31e8e5a12d82d96d8bec6bfc4d5b218 (patch)
tree961bd93ba48e7c253794c43b3a96fd469530b77f /scripts/Makefile.in
parent3a92d633a5a23377aa0d5d4ed5a01db8ca14cf69 (diff)
downloadlvm2-ed48cb26a31e8e5a12d82d96d8bec6bfc4d5b218.tar.gz
vdo: add vdoimport support
Add tool 'vdoimport' to support easy conversion of an existing VDO manager managed VDO volumes into lvm2 managed VDO LV. When physical converted volume is already a logical volume, conversion happens with the VG itself, just with validation for extent_size, so the virtually sized logical VDO volume size can be expressed in extents. Example of basic simple usage: vdoimport --name vg/vdolv /dev/mapper/vdophysicalvolume
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index e8f674282..1fe88ca90 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -31,6 +31,10 @@ ifeq ("@FSADM@", "yes")
LVM_SCRIPTS += fsadm.sh
endif
+ifeq ("@VDOIMPORT@", "yes")
+ LVM_SCRIPTS += vdoimport.sh
+endif
+
ifeq ("@BLKDEACTIVATE@", "yes")
DM_SCRIPTS += blkdeactivate.sh
endif