Blob Blame History Raw
---
 libmultipath/blacklist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-0.4.9-68.fc21.2/libmultipath/blacklist.c
===================================================================
--- multipath-0.4.9-68.fc21.2.orig/libmultipath/blacklist.c
+++ multipath-0.4.9-68.fc21.2/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("^(td|hd)[a-z]");
+	str = STRDUP("^(td|hd|vd)[a-z]");
 	if (!str)
 		return 1;
 	if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))