1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/device_mapper
Zdenek Kabelac 4a90b0c4c9 build: add vdo configuration option --with-vdo=
Checks whether VDO support is enabled.
Detects presence of 'vdoformat' tool which is required for to format VDO pool.

ATM build of VDO is NOT automatically enabled (None is default).
To enable build of LVM with VDO support use:

configure --with-vdo=internal

TODO: Maybe future version may switch to link some small VDO library for formating
(would require linking and package dependency).
2018-07-09 15:28:35 +02:00
..
datastruct device_mapper: move hash.[hc] to base/data-struct 2018-06-08 13:54:19 +01:00
ioctl device_mapper: drop unneeded function 2018-06-14 22:02:01 +02:00
misc device_mapper: rename libdevmapper.h -> all.h 2018-06-08 12:31:45 +01:00
mm device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
regex build: get separate builddir working again 2018-06-04 13:22:14 +01:00
vdo device_mapper: convert vdo to use dm_ prefix 2018-07-09 10:30:34 +02:00
all.h build: include configure.h 2018-06-22 23:11:44 +02:00
libdm-common.c build: include configure.h 2018-06-22 23:11:44 +02:00
libdm-common.h device_mapper: rename libdevmapper.h -> all.h 2018-06-08 12:31:45 +01:00
libdm-config.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
libdm-deptree.c device_mapper: relocate code for sending messages 2018-07-02 10:25:35 +02:00
libdm-file.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
libdm-report.c build: ensure configure.h comes first 2018-06-11 22:38:51 +02:00
libdm-string.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
libdm-targets.c device-mapper: Fork libdm internally. 2018-05-16 13:00:50 +01:00
libdm-timestamp.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
Makefile build: add vdo configuration option --with-vdo= 2018-07-09 15:28:35 +02:00