From: "Benjamin Marzinski" <bmarzins@redhat.com>
To: Martin Wilck <mwilck@suse.com>
Cc: dm-devel@redhat.com
Subject: Re: [PATCH v3 00/24] multipath-tools: improve logging at -v3
Date: Tue, 11 Dec 2018 11:43:01 -0600 [thread overview]
Message-ID: <20181211174301.GH13270@octiron.msp.redhat.com> (raw)
In-Reply-To: <20181210094959.11338-1-mwilck@suse.com>
On Mon, Dec 10, 2018 at 10:49:35AM +0100, Martin Wilck wrote:
> Changes in v3:
>
> Resent full series on Christophe's request. All patches except 22/24, 23/24 are
> the same as before. Added Ben's "Reviewed-by:" where appropriate.
Belated ACKs on 23/24 and v4 of 22/24
-Ben
>
> - 22/24: added one fix for a non-symbolic reference to a domap() return value,
> which I'd overlooked before.
> - 23/24: removed on Ben's review. The new 23/24 is just a code cleanup
> without functional change.
>
> Changes in v2:
>
> The first 19 patches are identical to v1 as ACK'd by Ben, except 16/24
> "libmultipath: coalesce_paths: fix size mismatch handling".
> No. 8/24 "libmultipath: decrease log level of word splitting"
> (not yet ACKd by Ben) also stays the same; the issue Ben raised
> in his review is addressed in a separate patch, 20/24.
> 21/24 addresses implements Ben's suggestion to use named constants
> as return values in coalesce_paths(). 22, 23, 24 do the same for
> other important, related functions, as I found it strange to make
> this change just for coalesce_paths() alone.
>
> Martin Wilck (24):
> tests/hwtable: set multipath_dir in local configuration
> tests/hwtable: adjust to new checker API
> multipath-tools: decrease verbosity of state messages
> libmultipath: decrease verbosity of pathinfo messages
> libmultipath: decrease verbosity of TUR checker messages
> libmultipath: avoid frequent messages from filter_property()
> libmultipath: decrease log level of "disassembled" messages
> libmultipath: decrease log level of word splitting
> libmultipath: increase log level of map removal
> multipathd: decrease log level of checker timing
> libmultipath: decrease log level of "prioritizer refcount" message
> libmpathpersist/update_map_pr: decrease log level for nop
> libmultipath: simplify devt2devname()
> libmultipath: decrease log level for failed VPD c9
> libmultipath: adopt_paths: check for size match
> libmultipath: coalesce_paths: fix size mismatch handling
> tests: add unit tests for bitmask functions
> multipathd: uev_remove_path: remove redundant orphan_paths call
> libmultipath: improve logging from orphan_paths
> libmultipath: avoid syslog loglevel > LOG_DEBUG
> coalesce_paths(): use symbolic return value
> domap(): use symbolic return value
> multipathd: simplify retry logic in ev_add_path()
> multipath: use symbolic return value and exit code
>
> libmpathpersist/mpath_persist.c | 3 +-
> libmultipath/blacklist.c | 54 +++++++-------
> libmultipath/blacklist.h | 2 +-
> libmultipath/checkers/tur.c | 6 +-
> libmultipath/configure.c | 48 +++++++------
> libmultipath/configure.h | 23 ++++++
> libmultipath/discovery.c | 20 +++---
> libmultipath/dmparser.c | 6 +-
> libmultipath/log_pthread.c | 3 +
> libmultipath/prio.c | 2 +-
> libmultipath/structs_vec.c | 18 +++--
> libmultipath/structs_vec.h | 3 +-
> libmultipath/util.c | 7 +-
> libmultipath/util.h | 16 +++++
> multipath/main.c | 121 ++++++++++++++++++--------------
> multipathd/cli_handlers.c | 5 +-
> multipathd/main.c | 45 ++++++------
> tests/Makefile | 7 +-
> tests/blacklist.c | 7 +-
> tests/hwtable.c | 89 ++++++++++++-----------
> tests/util.c | 98 ++++++++++++++++++++++++++
> 21 files changed, 383 insertions(+), 200 deletions(-)
>
> --
> 2.19.2
prev parent reply other threads:[~2018-12-11 17:43 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-10 9:49 [PATCH v3 00/24] multipath-tools: improve logging at -v3 Martin Wilck
2018-12-10 9:49 ` [PATCH v3 01/24] tests/hwtable: set multipath_dir in local configuration Martin Wilck
2018-12-10 9:49 ` [PATCH v3 02/24] tests/hwtable: adjust to new checker API Martin Wilck
2018-12-10 9:49 ` [PATCH v3 03/24] multipath-tools: decrease verbosity of state messages Martin Wilck
2018-12-10 9:49 ` [PATCH v3 04/24] libmultipath: decrease verbosity of pathinfo messages Martin Wilck
2018-12-10 9:49 ` [PATCH v3 05/24] libmultipath: decrease verbosity of TUR checker messages Martin Wilck
2018-12-10 9:49 ` [PATCH v3 06/24] libmultipath: avoid frequent messages from filter_property() Martin Wilck
2018-12-10 9:49 ` [PATCH v3 07/24] libmultipath: decrease log level of "disassembled" messages Martin Wilck
2018-12-10 9:49 ` [PATCH v3 08/24] libmultipath: decrease log level of word splitting Martin Wilck
2018-12-10 9:49 ` [PATCH v3 09/24] libmultipath: increase log level of map removal Martin Wilck
2018-12-10 9:49 ` [PATCH v3 10/24] multipathd: decrease log level of checker timing Martin Wilck
2018-12-10 9:49 ` [PATCH v3 11/24] libmultipath: decrease log level of "prioritizer refcount" message Martin Wilck
2018-12-10 9:49 ` [PATCH v3 12/24] libmpathpersist/update_map_pr: decrease log level for nop Martin Wilck
2018-12-10 9:49 ` [PATCH v3 13/24] libmultipath: simplify devt2devname() Martin Wilck
2018-12-10 9:49 ` [PATCH v3 14/24] libmultipath: decrease log level for failed VPD c9 Martin Wilck
2018-12-10 9:49 ` [PATCH v3 15/24] libmultipath: adopt_paths: check for size match Martin Wilck
2018-12-10 9:49 ` [PATCH v3 16/24] libmultipath: coalesce_paths: fix size mismatch handling Martin Wilck
2018-12-10 9:49 ` [PATCH v3 17/24] tests: add unit tests for bitmask functions Martin Wilck
2018-12-10 9:49 ` [PATCH v3 18/24] multipathd: uev_remove_path: remove redundant orphan_paths call Martin Wilck
2018-12-10 9:49 ` [PATCH v3 19/24] libmultipath: improve logging from orphan_paths Martin Wilck
2018-12-10 9:49 ` [PATCH v3 20/24] libmultipath: avoid syslog loglevel > LOG_DEBUG Martin Wilck
2018-12-10 9:49 ` [PATCH v3 21/24] coalesce_paths(): use symbolic return value Martin Wilck
2018-12-10 9:49 ` [PATCH v3 22/24] domap(): " Martin Wilck
2018-12-10 9:49 ` [PATCH v3 23/24] multipathd: simplify retry logic in ev_add_path() Martin Wilck
2018-12-10 9:49 ` [PATCH v3 24/24] multipath: use symbolic return value and exit code Martin Wilck
2018-12-11 17:43 ` Benjamin Marzinski [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=20181211174301.GH13270@octiron.msp.redhat.com \
--to=bmarzins@redhat.com \
--cc=dm-devel@redhat.com \
--cc=mwilck@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox