]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
lvm2: Enable lvmetad
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jan 2020 15:20:10 +0000 (15:20 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 16 Jan 2020 18:22:51 +0000 (18:22 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/lvm2
lfs/lvm2

index 5d28104506adb9395f332c72d9b11d515e758285..258f3201f3a5edb1e0229cd89dc8be0dc757de3f 100644 (file)
@@ -12,6 +12,7 @@ etc/lvm/lvm.conf
 lib/udev/rules.d/10-dm.rules
 lib/udev/rules.d/11-dm-lvm.rules
 lib/udev/rules.d/13-dm-disk.rules
+lib/udev/rules.d/69-dm-lvm-metad.rules
 lib/udev/rules.d/95-dm-notify.rules
 #usr/include/libdevmapper.h
 #usr/lib/libdevmapper.so
@@ -31,6 +32,7 @@ usr/sbin/lvmconf
 usr/sbin/lvmconfig
 usr/sbin/lvmdiskscan
 usr/sbin/lvmdump
+usr/sbin/lvmetad
 usr/sbin/lvmsadc
 usr/sbin/lvmsar
 usr/sbin/lvreduce
@@ -91,6 +93,7 @@ usr/sbin/vgsplit
 #usr/share/man/man8/lvmconfig.8
 #usr/share/man/man8/lvmdiskscan.8
 #usr/share/man/man8/lvmdump.8
+#usr/share/man/man8/lvmetad.8
 #usr/share/man/man8/lvmsadc.8
 #usr/share/man/man8/lvmsar.8
 #usr/share/man/man8/lvreduce.8
index 63c338f3f8fef401132e72e34ff1a78ad089238a..b95c4751763ff162cc54d5a24e56c52115050e08 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --with-usrlibdir=/usr/lib \
                        --enable-pkgconfig \
                        --with-udevdir=/lib/udev/rules.d \
+                       --enable-lvmetad \
                        --enable-udev_rules \
                        --enable-udev_sync
        cd $(DIR_APP) && make $(MAKETUNING)