From 87872651697f973ad2d4df5999bea028fed9ab51 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 24 Jul 2017 09:21:45 +0200 Subject: [PATCH] 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 --- patchdir/0003-disable-use-lvmetad.patch | 12 ++++++++++++ patchdir/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 patchdir/0003-disable-use-lvmetad.patch 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 -- 2.39.2