[dm-devel] [PATCH] multipath-tools: Replace multipath configuration output

Christophe Varoqui christophe.varoqui at opensvc.com
Wed Jun 21 10:33:08 UTC 2017


Merged,
Thanks.

On Thu, May 18, 2017 at 2:06 AM, Xose Vazquez Perez <xose.vazquez at gmail.com>
wrote:

> On 04/18/2017 02:07 AM, Xose Vazquez Perez wrote:
>
> > Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> > Cc: device-mapper development <dm-devel at redhat.com>
> > Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
>
> This is missing.
>
> > ---
> >  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)",
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20170621/93b5e69e/attachment.htm>


More information about the dm-devel mailing list