All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: add NexGen arrays to hwtable
@ 2016-10-07 13:33 Xose Vazquez Perez
  2016-10-07 14:03 ` Xose Vazquez Perez
  0 siblings, 1 reply; 2+ messages in thread
From: Xose Vazquez Perez @ 2016-10-07 13:33 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez, Bart Brooks,
	Brian Auld

Based on info provided by the manufacturer.

Cc: Brian Auld <bauld@pivot3.com>
Cc: Bart Brooks <bbrooks@pivot3.com>
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 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index ff6989d..5ec63c8 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -776,6 +776,14 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
 		.pgpolicy      = MULTIBUS,
 	},
+	{
+		.vendor        = "(NexGen|Pivot3)",
+		.product       = "TierStore",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+		.no_path_retry = NO_PATH_RETRY_QUEUE,
+	},
 	/*
 	 * Intel
 	 */
-- 
2.10.1

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

* Re: [PATCH] multipath-tools: add NexGen arrays to hwtable
  2016-10-07 13:33 [PATCH] multipath-tools: add NexGen arrays to hwtable Xose Vazquez Perez
@ 2016-10-07 14:03 ` Xose Vazquez Perez
  0 siblings, 0 replies; 2+ messages in thread
From: Xose Vazquez Perez @ 2016-10-07 14:03 UTC (permalink / raw)
  To: Brian Auld, Bart Brooks, Christophe Varoqui,
	device-mapper development

On 10/07/2016 03:33 PM, Xose Vazquez Perez wrote:

> Based on info provided by the manufacturer.

Please drop this one, replaced by v2.
Thank you.

> Cc: Brian Auld <bauld@pivot3.com>
> Cc: Bart Brooks <bbrooks@pivot3.com>
> 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 | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index ff6989d..5ec63c8 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -776,6 +776,14 @@ static struct hwentry default_hw[] = {
>  		.no_path_retry = NO_PATH_RETRY_QUEUE,
>  		.pgpolicy      = MULTIBUS,
>  	},
> +	{
> +		.vendor        = "(NexGen|Pivot3)",
> +		.product       = "TierStore",
> +		.pgpolicy      = GROUP_BY_PRIO,
> +		.pgfailback    = -FAILBACK_IMMEDIATE,
> +		.prio_name     = PRIO_ALUA,
> +		.no_path_retry = NO_PATH_RETRY_QUEUE,
> +	},
>  	/*
>  	 * Intel
>  	 */
> 

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

end of thread, other threads:[~2016-10-07 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 13:33 [PATCH] multipath-tools: add NexGen arrays to hwtable Xose Vazquez Perez
2016-10-07 14:03 ` Xose Vazquez Perez

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.