All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: fix help for hds prio
@ 2018-05-21 20:03 Xose Vazquez Perez
  2018-06-21  8:59 ` Xose Vazquez Perez
  0 siblings, 1 reply; 7+ messages in thread
From: Xose Vazquez Perez @ 2018-05-21 20:03 UTC (permalink / raw)
  Cc: DM-DEV ML, Xose Vazquez Perez

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEV ML <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 multipath/multipath.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index f689795..af5e109 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -8,7 +8,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .
-.TH MULTIPATH.CONF 5 2017-08-18 Linux
+.TH MULTIPATH.CONF 5 2018-05-21 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
@@ -309,7 +309,7 @@ Active/Standby mode exclusively.
 .TP
 .I hds
 (Hardware-dependent)
-Generate the path priority for Hitachi AMS 2000 and HUS 100 families of arrays.
+Generate the path priority for Hitachi AMS families of arrays other than AMS 2000.
 .TP
 .I random
 Generate a random priority between 1 and 10.
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] multipath-tools: fix help for hds prio
  2018-05-21 20:03 [PATCH] multipath-tools: fix help for hds prio Xose Vazquez Perez
@ 2018-06-21  8:59 ` Xose Vazquez Perez
  2018-06-21  9:01   ` Christophe Varoqui
  0 siblings, 1 reply; 7+ messages in thread
From: Xose Vazquez Perez @ 2018-06-21  8:59 UTC (permalink / raw)
  Cc: DM-DEV ML

Hi Christophe,

This one is missing.

Thank you.

On 05/21/2018 10:03 PM, Xose Vazquez Perez wrote:
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM-DEV ML <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>  multipath/multipath.conf.5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
> index f689795..af5e109 100644
> --- a/multipath/multipath.conf.5
> +++ b/multipath/multipath.conf.5
> @@ -8,7 +8,7 @@
>  .\"
>  .\" ----------------------------------------------------------------------------
>  .
> -.TH MULTIPATH.CONF 5 2017-08-18 Linux
> +.TH MULTIPATH.CONF 5 2018-05-21 Linux
>  .
>  .
>  .\" ----------------------------------------------------------------------------
> @@ -309,7 +309,7 @@ Active/Standby mode exclusively.
>  .TP
>  .I hds
>  (Hardware-dependent)
> -Generate the path priority for Hitachi AMS 2000 and HUS 100 families of arrays.
> +Generate the path priority for Hitachi AMS families of arrays other than AMS 2000.
>  .TP
>  .I random
>  Generate a random priority between 1 and 10.
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] multipath-tools: fix help for hds prio
  2018-06-21  8:59 ` Xose Vazquez Perez
@ 2018-06-21  9:01   ` Christophe Varoqui
  2018-06-24 19:01     ` Latest multipath-tools push Martin Wilck
  0 siblings, 1 reply; 7+ messages in thread
From: Christophe Varoqui @ 2018-06-21  9:01 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 1336 bytes --]

Done, thanks.

On Thu, Jun 21, 2018 at 10:59 AM Xose Vazquez Perez <xose.vazquez@gmail.com>
wrote:

> Hi Christophe,
>
> This one is missing.
>
> Thank you.
>
> On 05/21/2018 10:03 PM, Xose Vazquez Perez wrote:
> > Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> > Cc: DM-DEV ML <dm-devel@redhat.com>
> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> > ---
> >  multipath/multipath.conf.5 | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
> > index f689795..af5e109 100644
> > --- a/multipath/multipath.conf.5
> > +++ b/multipath/multipath.conf.5
> > @@ -8,7 +8,7 @@
> >  .\"
> >  .\"
> ----------------------------------------------------------------------------
> >  .
> > -.TH MULTIPATH.CONF 5 2017-08-18 Linux
> > +.TH MULTIPATH.CONF 5 2018-05-21 Linux
> >  .
> >  .
> >  .\"
> ----------------------------------------------------------------------------
> > @@ -309,7 +309,7 @@ Active/Standby mode exclusively.
> >  .TP
> >  .I hds
> >  (Hardware-dependent)
> > -Generate the path priority for Hitachi AMS 2000 and HUS 100 families of
> arrays.
> > +Generate the path priority for Hitachi AMS families of arrays other
> than AMS 2000.
> >  .TP
> >  .I random
> >  Generate a random priority between 1 and 10.
> >
>
>

[-- Attachment #1.2: Type: text/html, Size: 2012 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Latest multipath-tools push
  2018-06-21  9:01   ` Christophe Varoqui
@ 2018-06-24 19:01     ` Martin Wilck
  2018-06-29  2:37       ` Christophe Varoqui
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Wilck @ 2018-06-24 19:01 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski; +Cc: device-mapper development

Hello Christophe,

Sorry, I've missed your last push. I'll re-post my latest series
rebased.

I think you missed one patch from Ben:

 -  libmultipath: print correct default for delay_*_checks, 
    (https://www.redhat.com/archives/dm-devel/2018-May/msg00040.html)

Morover, I thought Ben was about to submit an updated version of his
patch "mpathpersist: add all_tg_pt option"; but that's just a nit.

Regards,
Martin

-- 
Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latest multipath-tools push
  2018-06-24 19:01     ` Latest multipath-tools push Martin Wilck
@ 2018-06-29  2:37       ` Christophe Varoqui
  2018-06-29  7:36         ` Martin Wilck
  0 siblings, 1 reply; 7+ messages in thread
From: Christophe Varoqui @ 2018-06-29  2:37 UTC (permalink / raw)
  To: Martin Wilck; +Cc: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 893 bytes --]

Thanks for pointing out the missed patch.
It is now merged.

Sorry I did not communicate enough on the last merge ... I was in a
pre-vacation rush to empty the patch queue.

On Sun, Jun 24, 2018 at 9:01 PM Martin Wilck <mwilck@suse.com> wrote:

> Hello Christophe,
>
> Sorry, I've missed your last push. I'll re-post my latest series
> rebased.
>
> I think you missed one patch from Ben:
>
>  -  libmultipath: print correct default for delay_*_checks,
>     (https://www.redhat.com/archives/dm-devel/2018-May/msg00040.html)
>
> Morover, I thought Ben was about to submit an updated version of his
> patch "mpathpersist: add all_tg_pt option"; but that's just a nit.
>
> Regards,
> Martin
>
> --
> Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
> SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
> HRB 21284 (AG Nürnberg)
>
>

[-- Attachment #1.2: Type: text/html, Size: 1400 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latest multipath-tools push
  2018-06-29  2:37       ` Christophe Varoqui
@ 2018-06-29  7:36         ` Martin Wilck
  2018-06-29  9:56           ` Christophe Varoqui
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Wilck @ 2018-06-29  7:36 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development

Hi Christophe,

On Fri, 2018-06-29 at 04:37 +0200, Christophe Varoqui wrote:
> Thanks for pointing out the missed patch.
> It is now merged.

thanks a lot. Are you planning to tag a new version soon?

> 
> Sorry I did not communicate enough on the last merge ... I was in a
> pre-vacation rush to empty the patch queue.

no problem,
Martin

-- 
Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latest multipath-tools push
  2018-06-29  7:36         ` Martin Wilck
@ 2018-06-29  9:56           ` Christophe Varoqui
  0 siblings, 0 replies; 7+ messages in thread
From: Christophe Varoqui @ 2018-06-29  9:56 UTC (permalink / raw)
  To: Martin Wilck; +Cc: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 697 bytes --]

I expect a new merge the 3rd week of july, then a new tag.

Le ven. 29 juin 2018 à 14:36, Martin Wilck <mwilck@suse.com> a écrit :

> Hi Christophe,
>
> On Fri, 2018-06-29 at 04:37 +0200, Christophe Varoqui wrote:
> > Thanks for pointing out the missed patch.
> > It is now merged.
>
> thanks a lot. Are you planning to tag a new version soon?
>
> >
> > Sorry I did not communicate enough on the last merge ... I was in a
> > pre-vacation rush to empty the patch queue.
>
> no problem,
> Martin
>
> --
> Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
> SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
> HRB 21284 (AG Nürnberg)
>
>

[-- Attachment #1.2: Type: text/html, Size: 1068 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-29  9:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 20:03 [PATCH] multipath-tools: fix help for hds prio Xose Vazquez Perez
2018-06-21  8:59 ` Xose Vazquez Perez
2018-06-21  9:01   ` Christophe Varoqui
2018-06-24 19:01     ` Latest multipath-tools push Martin Wilck
2018-06-29  2:37       ` Christophe Varoqui
2018-06-29  7:36         ` Martin Wilck
2018-06-29  9:56           ` Christophe Varoqui

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.