Blame SOURCES/lvm2-default-allow-changes-with-duplicate-pvs.patch

2b52f6
 conf/example.conf.in  | 2 +-
2b52f6
 lib/config/defaults.h | 2 +-
2b52f6
 2 files changed, 2 insertions(+), 2 deletions(-)
2b52f6
2b52f6
diff --git a/conf/example.conf.in b/conf/example.conf.in
2b52f6
index 7ccf928..4418f56 100644
2b52f6
--- a/conf/example.conf.in
2b52f6
+++ b/conf/example.conf.in
2b52f6
@@ -325,7 +325,7 @@ devices {
2b52f6
 	# or activating LVs in it while a PV appears on multiple devices.
2b52f6
 	# Enabling this setting allows the VG to be used as usual even with
2b52f6
 	# uncertain devices.
2b52f6
-	allow_changes_with_duplicate_pvs = 0
2b52f6
+	allow_changes_with_duplicate_pvs = 1
2b52f6
 }
2b52f6
 
2b52f6
 # Configuration section allocation.
2b52f6
diff --git a/lib/config/defaults.h b/lib/config/defaults.h
2b52f6
index 6d3c37c..0d55928 100644
2b52f6
--- a/lib/config/defaults.h
2b52f6
+++ b/lib/config/defaults.h
2b52f6
@@ -45,7 +45,7 @@
2b52f6
 #define DEFAULT_DATA_ALIGNMENT_DETECTION 1
2b52f6
 #define DEFAULT_ISSUE_DISCARDS 0
2b52f6
 #define DEFAULT_PV_MIN_SIZE_KB 2048
2b52f6
-#define DEFAULT_ALLOW_CHANGES_WITH_DUPLICATE_PVS 0
2b52f6
+#define DEFAULT_ALLOW_CHANGES_WITH_DUPLICATE_PVS 1
2b52f6
 
2b52f6
 #define DEFAULT_LOCKING_LIB "liblvm2clusterlock.so"
2b52f6
 #define DEFAULT_ERROR_WHEN_FULL 0