summaryrefslogtreecommitdiffstats
path: root/0070-RHBZ-1036503-blacklist-td-devs.patch
blob: ffcae46c9915037bdc80b09023285c92c71b1085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 libmultipath/blacklist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-tools-130222/libmultipath/blacklist.c
===================================================================
--- multipath-tools-130222.orig/libmultipath/blacklist.c
+++ multipath-tools-130222/libmultipath/blacklist.c
@@ -163,7 +163,7 @@ setup_default_blist (struct config * con
 	if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))
 		return 1;
 
-	str = STRDUP("^hd[a-z]");
+	str = STRDUP("^(td|hd)[a-z]");
 	if (!str)
 		return 1;
 	if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))