All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Wilck <mwilck@suse.de>
To: Benjamin Marzinski <bmarzins@redhat.com>,
	device-mapper development <dm-devel@redhat.com>
Cc: Muneendra <muneendra.kumar@broadcom.com>,
	Guan Junxiong <guanjunxiong@huawei.com>
Subject: Re: [PATCH 0/4] Marginal Path Fixes and cleanups
Date: Fri, 01 Feb 2019 15:47:30 +0100	[thread overview]
Message-ID: <58c0a545f1eac527579b45ca2891b451e3fc7a78.camel@suse.de> (raw)
In-Reply-To: <1548886387-23381-1-git-send-email-bmarzins@redhat.com>

On Wed, 2019-01-30 at 16:13 -0600, Benjamin Marzinski wrote:
> I've been playing around with the marginal path code, and I've run
> into
> a couple of things that could be cleaned up. The one important issue
> is
> that the marginal paths code tries to enqueue the path for IO error
> checking when it is down.  To enqueue the path, it needs to open the
> device, which can fail because the path is down.  Instead, it should
> wait for the path to come back up before it queues it, and starts the
> IO
> error checking. This is fixed in patch 0003. The other patches are
> mostly cleanups. The issues they fix aren't actually breaking
> things. 
> 
> Benjamin Marzinski (4):
>   libmultipath: handle existing paths in marginal_path enqueue
>   multipathd: cleanup marginal paths checking timers
>   libmultipath: fix marginal paths queueing errors
>   libmultipath: fix marginal_paths nr_active check
> 
>  libmultipath/io_err_stat.c | 71 +++++++++++++++---------------------
> --
>  libmultipath/io_err_stat.h |  2 +-
>  multipathd/main.c          |  3 +-
>  3 files changed, 31 insertions(+), 45 deletions(-)
> 

For the set:

Reviewed-by: Martin Wilck <mwilck@suse.com

      parent reply	other threads:[~2019-02-01 14:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-30 22:13 [PATCH 0/4] Marginal Path Fixes and cleanups Benjamin Marzinski
2019-01-30 22:13 ` [PATCH 1/4] libmultipath: handle existing paths in marginal_path enqueue Benjamin Marzinski
2019-01-30 22:13 ` [PATCH 2/4] multipathd: cleanup marginal paths checking timers Benjamin Marzinski
2019-01-30 22:13 ` [PATCH 3/4] libmultipath: fix marginal paths queueing errors Benjamin Marzinski
2019-01-30 22:13 ` [PATCH 4/4] libmultipath: fix marginal_paths nr_active check Benjamin Marzinski
2019-02-01 14:47 ` Martin Wilck [this message]

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=58c0a545f1eac527579b45ca2891b451e3fc7a78.camel@suse.de \
    --to=mwilck@suse.de \
    --cc=bmarzins@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=guanjunxiong@huawei.com \
    --cc=muneendra.kumar@broadcom.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.