You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
600 B
17 lines
600 B
--- |
|
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))
|
|
|