From ed48cb26a31e8e5a12d82d96d8bec6bfc4d5b218 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 9 Jul 2021 14:44:07 +0200 Subject: 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 --- include/configure.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configure.h.in b/include/configure.h.in index 08f696167..55d18bd4f 100644 --- a/include/configure.h.in +++ b/include/configure.h.in @@ -687,6 +687,9 @@ /* Enable a valgrind aware build of pool */ #undef VALGRIND_POOL +/* Path to vdoimport binary. */ +#undef VDOIMPORT_PATH + /* The path to 'vdoformat', if available. */ #undef VDO_FORMAT_CMD -- cgit v1.2.1