From: Dominik Csapak Date: Mon, 24 Jul 2017 07:21:45 +0000 (+0200) Subject: disable use_lvmetad by default X-Git-Url: https://git.proxmox.com/?p=lvm.git;a=commitdiff_plain;h=87872651697f973ad2d4df5999bea028fed9ab51 disable use_lvmetad by default 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 --- diff --git a/patchdir/0003-disable-use-lvmetad.patch b/patchdir/0003-disable-use-lvmetad.patch new file mode 100644 index 0000000..f88bfeb --- /dev/null +++ b/patchdir/0003-disable-use-lvmetad.patch @@ -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 \ diff --git a/patchdir/series b/patchdir/series index e6d1b8c..04c3677 100644 --- a/patchdir/series +++ b/patchdir/series @@ -1,2 +1,3 @@ 0001-filter-zvols-and-PVE-VG-by-default.patch 0002-enable-issue_discards-by-default.patch +0003-disable-use-lvmetad.patch