From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH] multipath-tools: Replace multipath configuration output
Date: Tue, 18 Apr 2017 02:07:56 +0200 [thread overview]
Message-ID: <20170418000756.13970-1-xose.vazquez@gmail.com> (raw)
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
libmultipath/propsel.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c
index 09fe728..782f039 100644
--- a/libmultipath/propsel.c
+++ b/libmultipath/propsel.c
@@ -286,11 +286,11 @@ out:
if (mp->no_path_retry == NO_PATH_RETRY_UNDEF)
mp->no_path_retry = NO_PATH_RETRY_QUEUE;
else if (mp->no_path_retry == NO_PATH_RETRY_FAIL) {
- condlog(1, "%s: config error, overriding 'no_path_retry' value",
+ condlog(1, "%s: config ERROR (setting: overriding 'no_path_retry' value)",
mp->alias);
mp->no_path_retry = NO_PATH_RETRY_QUEUE;
} else if (mp->no_path_retry != NO_PATH_RETRY_QUEUE)
- condlog(1, "%s: config error, ignoring 'queue_if_no_path' because no_path_retry=%d",
+ condlog(1, "%s: config ERROR (setting: ignoring 'queue_if_no_path' because no_path_retry = %d)",
mp->alias, mp->no_path_retry);
}
return 0;
@@ -470,7 +470,7 @@ out:
condlog(3, "%s: no_path_retry = %s %s", mp->alias, buff,
origin);
else if (mp->no_path_retry != NO_PATH_RETRY_UNDEF)
- condlog(3, "%s: no_path_retry = %s (inherited setting)",
+ condlog(3, "%s: no_path_retry = %s (setting: inherited value)",
mp->alias, buff);
else
condlog(3, "%s: no_path_retry = undef (setting: multipath internal)",
--
2.12.2
next reply other threads:[~2017-04-18 0:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-18 0:07 Xose Vazquez Perez [this message]
2017-05-18 0:06 ` [PATCH] multipath-tools: Replace multipath configuration output Xose Vazquez Perez
2017-06-21 10:33 ` Christophe Varoqui
-- strict thread matches above, loose matches on Subject: below --
2017-04-08 13:30 [PATCH] multipath-tools: replace " Xose Vazquez Perez
2017-04-12 7:35 ` Christophe Varoqui
2017-04-13 23:56 ` Xose Vazquez Perez
2017-04-14 8:29 ` Christophe Varoqui
2016-11-24 22:44 Xose Vazquez Perez
2016-11-25 9:00 ` Martin Wilck
2016-11-26 9:21 ` Christophe Varoqui
2016-12-02 3:52 ` Benjamin Marzinski
2016-12-07 22:48 ` Xose Vazquez Perez
2016-12-14 18:29 ` Christophe Varoqui
2016-12-07 15:44 ` Xose Vazquez Perez
2016-12-07 16:17 ` Martin Wilck
[not found] ` <c78854cd-f7f2-77ef-2d19-a5ff236e9a37@gmail.com>
2017-08-20 0:47 ` Xose Vazquez Perez
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=20170418000756.13970-1-xose.vazquez@gmail.com \
--to=xose.vazquez@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox