summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configure.h.in3
1 files changed, 3 insertions, 0 deletions
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