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