]> git.proxmox.com Git - lvm.git/commitdiff
disable use_lvmetad by default
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 24 Jul 2017 07:21:45 +0000 (09:21 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2017 07:26:32 +0000 (09:26 +0200)
the default in the example config changed from

use_lvmetad = 0

to

use_lvmetad = @DEFAULT_USE_LVMETAD@

which is controlled by the configure script (and enabled by default)

this had the effect that iscsi/lvm setups did not work correctly anymore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
patchdir/0003-disable-use-lvmetad.patch [new file with mode: 0644]
patchdir/series

diff --git a/patchdir/0003-disable-use-lvmetad.patch b/patchdir/0003-disable-use-lvmetad.patch
new file mode 100644 (file)
index 0000000..f88bfeb
--- /dev/null
@@ -0,0 +1,12 @@
+Index: LVM2.2.02.168/debian/rules
+===================================================================
+--- LVM2.2.02.168.orig/debian/rules
++++ LVM2.2.02.168/debian/rules
+@@ -92,6 +92,7 @@ $(STAMPS_DIR)/setup_deb: $(STAMPS_DIR)/s
+               --enable-cmirrord \
+               --enable-dmeventd \
+               --enable-lvmetad \
++              --disable-use-lvmetad \
+               --enable-lvmpolld \
+               --enable-pkgconfig \
+               --enable-readline \
index e6d1b8c16b206b2d4fcd431741f4029a575f712b..04c3677089dd97bb815a91b5af0b6225a2642ea4 100644 (file)
@@ -1,2 +1,3 @@
 0001-filter-zvols-and-PVE-VG-by-default.patch
 0002-enable-issue_discards-by-default.patch
 0001-filter-zvols-and-PVE-VG-by-default.patch
 0002-enable-issue_discards-by-default.patch
+0003-disable-use-lvmetad.patch