Benjamin Marzinski wrote: > virtio-blk devices don't report anything to use as a WWID, so > multipath shouldn't waste it's time checking them. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> > --- > libmultipath/blacklist.c | 2 +- > multipath.conf.defaults | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c > index 05f1697..cea128c 100644 > --- a/libmultipath/blacklist.c > +++ b/libmultipath/blacklist.c > @@ -178,7 +178,7 @@ setup_default_blist (struct config * conf) > if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT)) > return 1; > > - str = STRDUP("^(td|hd)[a-z]"); > + str = STRDUP("^(td|hd|vd)[a-z]"); ^ Missing "*" ? -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel