All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: remove Pure modifications
@ 2016-11-07 14:40 Xose Vazquez Perez
  2016-11-20  9:15 ` Christophe Varoqui
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-11-07 14:40 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

There is no reason to deviate from standard values.

Default:
 .fast_io_fail	= 5
 .dev_loss 	= 600

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/hwtable.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 340035e..6ca9ea2 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -899,8 +899,6 @@ static struct hwentry default_hw[] = {
 		.vendor        = "PURE",
 		.product       = "FlashArray",
 		.pgpolicy      = MULTIBUS,
-		.fast_io_fail  = 10,
-		.dev_loss      = 60,
 	},
 	/*
 	 * Huawei
-- 
2.10.2

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

* Re: [PATCH] multipath-tools: remove Pure modifications
  2016-11-07 14:40 [PATCH] multipath-tools: remove Pure modifications Xose Vazquez Perez
@ 2016-11-20  9:15 ` Christophe Varoqui
  2016-11-20 11:41   ` Xose Vazquez Perez
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe Varoqui @ 2016-11-20  9:15 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: device-mapper development


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

Applied,
thanks.

On Mon, Nov 7, 2016 at 3:40 PM, Xose Vazquez Perez <xose.vazquez@gmail.com>
wrote:

> There is no reason to deviate from standard values.
>
> Default:
>  .fast_io_fail  = 5
>  .dev_loss      = 600
>
> 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/hwtable.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 340035e..6ca9ea2 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -899,8 +899,6 @@ static struct hwentry default_hw[] = {
>                 .vendor        = "PURE",
>                 .product       = "FlashArray",
>                 .pgpolicy      = MULTIBUS,
> -               .fast_io_fail  = 10,
> -               .dev_loss      = 60,
>         },
>         /*
>          * Huawei
> --
> 2.10.2
>
>

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

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



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

* Re: [PATCH] multipath-tools: remove Pure modifications
  2016-11-20  9:15 ` Christophe Varoqui
@ 2016-11-20 11:41   ` Xose Vazquez Perez
  2016-11-20 11:52     ` Christophe Varoqui
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-11-20 11:41 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development

On 11/20/2016 10:15 AM, Christophe Varoqui wrote:

> Applied,
> thanks.

No sure, if you skipped or are delaying these patches:
Subject: [PATCH] multipath-tools: remove old multipath/{01_udev,02_multipath} scripts
Subject: [PATCH] multipath-tools: merge nvme in similar blacklist regex
Subject: [PATCH] multipath-tools: update bl info for nvme in multipath.conf.5
Subject: [PATCH] multipath-tools: document exclusive_pref_bit for sysfs

Thank you.

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

* Re: [PATCH] multipath-tools: remove Pure modifications
  2016-11-20 11:41   ` Xose Vazquez Perez
@ 2016-11-20 11:52     ` Christophe Varoqui
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe Varoqui @ 2016-11-20 11:52 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: device-mapper development


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

Hi Xose,

I think I'll be able to empty the patches backlog today.
These patches are still candidates, I just had to interrupt my merge
session this morning.

Thanks for the digest anyway.


On Sun, Nov 20, 2016 at 12:41 PM, Xose Vazquez Perez <xose.vazquez@gmail.com
> wrote:

> On 11/20/2016 10:15 AM, Christophe Varoqui wrote:
>
> > Applied,
> > thanks.
>
> No sure, if you skipped or are delaying these patches:
> Subject: [PATCH] multipath-tools: remove old multipath/{01_udev,02_multipath}
> scripts
> Subject: [PATCH] multipath-tools: merge nvme in similar blacklist regex
> Subject: [PATCH] multipath-tools: update bl info for nvme in
> multipath.conf.5
> Subject: [PATCH] multipath-tools: document exclusive_pref_bit for sysfs
>
> Thank you.
>

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

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



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

end of thread, other threads:[~2016-11-20 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 14:40 [PATCH] multipath-tools: remove Pure modifications Xose Vazquez Perez
2016-11-20  9:15 ` Christophe Varoqui
2016-11-20 11:41   ` Xose Vazquez Perez
2016-11-20 11:52     ` 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.