summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-07-10 13:39:29 -0500
committerDavid Teigland <teigland@redhat.com>2018-07-11 11:26:42 -0500
commit117160b27e510dceb1ed6acf995115c040acd88d (patch)
treeae459f189f4202cb78ef3c9f8196a559b2398801 /lib/Makefile.in
parentedf3f86184a380994e383b9884364e702e4ac647 (diff)
downloadlvm2-117160b27e510dceb1ed6acf995115c040acd88d.tar.gz
Remove lvmetad
Native disk scanning is now both reduced and async/parallel, which makes it comparable in performance (and often faster) when compared to lvm using lvmetad. Autoactivation now uses local temp files to record online PVs, and no longer requires lvmetad. There should be no apparent command-level change in behavior.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 737208b96..1b170ee56 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -112,11 +112,6 @@ ifeq ("@HAVE_LIBDL@", "yes")
SOURCES += misc/sharedlib.c
endif
-ifeq ("@BUILD_LVMETAD@", "yes")
- SOURCES +=\
- cache/lvmetad.c
-endif
-
ifeq ("@BUILD_LVMPOLLD@", "yes")
SOURCES +=\
lvmpolld/lvmpolld-client.c