Blame SOURCES/lvm2-set-default-preferred_names.patch

146ac4
 conf/example.conf.in         | 2 +-
146ac4
 lib/config/config_settings.h | 2 +-
146ac4
 2 files changed, 2 insertions(+), 2 deletions(-)
146ac4
146ac4
diff --git a/conf/example.conf.in b/conf/example.conf.in
146ac4
index 6b8e0d4..7e29aaa 100644
146ac4
--- a/conf/example.conf.in
146ac4
+++ b/conf/example.conf.in
146ac4
@@ -106,7 +106,7 @@ devices {
146ac4
 	# Example
146ac4
 	# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
146ac4
 	# 
146ac4
-	# This configuration option does not have a default value defined.
146ac4
+	preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
146ac4
 
146ac4
 	# Configuration option devices/filter.
146ac4
 	# Limit the block devices that are used by LVM commands.
146ac4
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
146ac4
index 69eb9ea..689a9e4 100644
146ac4
--- a/lib/config/config_settings.h
146ac4
+++ b/lib/config/config_settings.h
146ac4
@@ -255,7 +255,7 @@ cfg(devices_external_device_info_source_CFG, "external_device_info_source", devi
146ac4
 	"    compiled with udev support.\n"
146ac4
 	"#\n")
146ac4
 
146ac4
-cfg_array(devices_preferred_names_CFG, "preferred_names", devices_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_UNDEFINED , CFG_TYPE_STRING, NULL, vsn(1, 2, 19), NULL, 0, NULL,
146ac4
+cfg_array(devices_preferred_names_CFG, "preferred_names", devices_CFG_SECTION, CFG_ALLOW_EMPTY, CFG_TYPE_STRING, "#S^/dev/mpath/#S^/dev/mapper/mpath#S^/dev/[hs]d", vsn(1, 2, 19), NULL, 0, NULL,
146ac4
 	"Select which path name to display for a block device.\n"
146ac4
 	"If multiple path names exist for a block device, and LVM needs to\n"
146ac4
 	"display a name for the device, the path names are matched against\n"