lvm2/lvm2-set-default-preferred_names.patch

17 lines
607 B
Diff
Raw Normal View History

2015-06-22 07:32:45 +00:00
conf/example.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2015-05-04 12:47:56 +00:00
diff --git a/conf/example.conf.in b/conf/example.conf.in
2015-06-22 07:32:45 +00:00
index e809488..0069c90 100644
2015-05-04 12:47:56 +00:00
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -92,7 +92,7 @@ devices {
2015-05-04 12:47:56 +00:00
# Example:
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
# This configuration option does not have a default value defined.
2015-05-04 12:47:56 +00:00
- # preferred_names=[]
2015-06-22 07:32:45 +00:00
+ preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
2015-05-04 12:47:56 +00:00
# Configuration option devices/filter.
# Limit the block devices that are used by LVM commands.