diff --git a/lvm2-2_02_99-hardcode-use_lvmetad0-if-cluster-locking-used-and-issue-warning-msg.patch b/lvm2-2_02_99-hardcode-use_lvmetad0-if-cluster-locking-used-and-issue-warning-msg.patch index 54207c7..843db16 100644 --- a/lvm2-2_02_99-hardcode-use_lvmetad0-if-cluster-locking-used-and-issue-warning-msg.patch +++ b/lvm2-2_02_99-hardcode-use_lvmetad0-if-cluster-locking-used-and-issue-warning-msg.patch @@ -26,7 +26,7 @@ index d7f8ece..eb1a90b 100644 + "Clustered environment not supported by lvmetad yet."); + lvmetad_set_active(0); + } else -+ lvmetad_set_active(find_config_tree_int(cmd, "global/use_lvmetad", 1)); ++ lvmetad_set_active(find_config_tree_int(cmd, "global/use_lvmetad", 0)); + lvmetad_init(cmd); diff --git a/lvm2.spec b/lvm2.spec index ebfae46..8053f91 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -37,7 +37,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.98 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -563,6 +563,9 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Thu Nov 22 2012 Peter Rajnoha - 2.02.98-3 +- Do not use lvmetad by default if lvm.conf missing or use_lvmetad not defined. + * Wed Nov 07 2012 Peter Rajnoha - 2.02.98-2 - Fix ExecStop line in lvm2-monitor.service systemd unit - remove quotes.