Peter Rajnoha 1e186b
 conf/example.conf.in         | 2 +-
Peter Rajnoha 1e186b
 lib/config/config_settings.h | 2 +-
Peter Rajnoha 1e186b
 2 files changed, 2 insertions(+), 2 deletions(-)
Peter Rajnoha 1e186b
Peter Rajnoha 1e186b
diff --git a/conf/example.conf.in b/conf/example.conf.in
Peter Rajnoha 704f3c
index c1a8f03..98a5f42 100644
Peter Rajnoha 1e186b
--- a/conf/example.conf.in
Peter Rajnoha 1e186b
+++ b/conf/example.conf.in
Peter Rajnoha 704f3c
@@ -820,7 +820,7 @@ global {
Peter Rajnoha 704f3c
 	# lvmetad is not compatible with locking_type 3 (clustering).
Peter Rajnoha 704f3c
 	# LVM prints warnings and ignores lvmetad if this combination
Peter Rajnoha 704f3c
 	# is seen.
Peter Rajnoha 704f3c
-	use_lvmetad = 0
Peter Rajnoha 704f3c
+	use_lvmetad = 1
Peter Rajnoha 1e186b
 
Peter Rajnoha 704f3c
 	# Configuration option global/thin_check_executable.
Peter Rajnoha 704f3c
 	# The full path to the thin_check command.
Peter Rajnoha 1e186b
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
Peter Rajnoha 704f3c
index 31609d4..35cb04d 100644
Peter Rajnoha 1e186b
--- a/lib/config/config_settings.h
Peter Rajnoha 1e186b
+++ b/lib/config/config_settings.h
Peter Rajnoha 704f3c
@@ -780,7 +780,7 @@ cfg(global_lvdisplay_shows_full_device_path_CFG, "lvdisplay_shows_full_device_pa
Peter Rajnoha 704f3c
 	"was never a valid path in the /dev filesystem.\n"
Peter Rajnoha 704f3c
 	"Enable this option to reinstate the previous format.\n")
Peter Rajnoha 704f3c
 
Peter Rajnoha 704f3c
-cfg(global_use_lvmetad_CFG, "use_lvmetad", global_CFG_SECTION, 0, CFG_TYPE_BOOL, 0, vsn(2, 2, 93), NULL, 0, NULL,
Peter Rajnoha 704f3c
+cfg(global_use_lvmetad_CFG, "use_lvmetad", global_CFG_SECTION, 0, CFG_TYPE_BOOL, 1, vsn(2, 2, 93), NULL, 0, NULL,
Peter Rajnoha 704f3c
 	"Use lvmetad to cache metadata and reduce disk scanning.\n"
Peter Rajnoha 704f3c
 	"When enabled (and running), lvmetad provides LVM commands\n"
Peter Rajnoha 704f3c
 	"with VG metadata and PV state.  LVM commands then avoid\n"