All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: device-mapper development <dm-devel@redhat.com>,
	Benjamin Marzinski <bmarzins@redhat.com>,
	Christophe Varoqui <christophe.varoqui@opensvc.com>
Subject: Re: [PATCH 10/15] multipath: blacklist virtio-blk devices
Date: Sun, 08 Mar 2015 11:24:29 +0100	[thread overview]
Message-ID: <54FC235D.2060500@gmail.com> (raw)

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@redhat.com>
> ---
>  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 "*" ?

             reply	other threads:[~2015-03-08 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-08 10:24 Xose Vazquez Perez [this message]
2015-03-08 10:33 ` [PATCH 10/15] multipath: blacklist virtio-blk devices Christophe Varoqui
2015-03-09 20:19   ` Benjamin Marzinski
  -- strict thread matches above, loose matches on Subject: below --
2015-03-08  3:31 [PATCH 00/15] Multipath patch resync Benjamin Marzinski
2015-03-08  3:31 ` [PATCH 10/15] multipath: blacklist virtio-blk devices Benjamin Marzinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54FC235D.2060500@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=bmarzins@redhat.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.