Blame SOURCES/0070-RHBZ-1036503-blacklist-td-devs.patch

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