diff mbox

multipath-tools: configure hitachi ams2000 and hus100 as full active arrays

Message ID 20180514153017.7193-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Xose Vazquez Perez May 14, 2018, 3:30 p.m. UTC
AMS2000 and HUS100 families are active/active arrays.

Based on https://support.hitachivantara.com/download/epcra/df818913.pdf
and internal hitachi docs.


Cc: Matthias Rudolph <Matthias.Rudolph@hitachivantara.com>
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>
---
 libmultipath/hwtable.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

Christophe Varoqui May 15, 2018, 12:58 p.m. UTC | #1
Merged,
thanks.

On Mon, May 14, 2018 at 5:30 PM, Xose Vazquez Perez <xose.vazquez@gmail.com>
wrote:

> AMS2000 and HUS100 families are active/active arrays.
>
> Based on https://support.hitachivantara.com/download/epcra/df818913.pdf
> and internal hitachi docs.
>
>
> Cc: Matthias Rudolph <Matthias.Rudolph@hitachivantara.com>
> 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>
> ---
>  libmultipath/hwtable.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 827e899..9705025 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -398,13 +398,13 @@ static struct hwentry default_hw[] = {
>          * Mail : matthias.rudolph@hds.com
>          */
>         {
> -               /* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families */
> +               /* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families /
> HP XP */
>                 .vendor        = "(HITACHI|HP)",
>                 .product       = "^OPEN-",
>                 .pgpolicy      = MULTIBUS,
>         },
>         {
> -               /* AMS 2000 and HUS 100 families */
> +               /* AMS other than AMS 2000 */
>                 .vendor        = "HITACHI",
>                 .product       = "^DF",
>                 .no_path_retry = NO_PATH_RETRY_QUEUE,
> @@ -412,6 +412,12 @@ static struct hwentry default_hw[] = {
>                 .pgfailback    = -FAILBACK_IMMEDIATE,
>                 .prio_name     = PRIO_HDS,
>         },
> +       {
> +               /* AMS 2000 and HUS 100 families */
> +               .vendor        = "HITACHI",
> +               .product       = "^DF600F",
> +               .pgpolicy      = MULTIBUS,
> +       },
>         /*
>          * IBM
>          *
> --
> 2.17.0
>
>
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 827e899..9705025 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -398,13 +398,13 @@  static struct hwentry default_hw[] = {
 	 * Mail : matthias.rudolph@hds.com
 	 */
 	{
-		/* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families */
+		/* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families / HP XP */
 		.vendor        = "(HITACHI|HP)",
 		.product       = "^OPEN-",
 		.pgpolicy      = MULTIBUS,
 	},
 	{
-		/* AMS 2000 and HUS 100 families */
+		/* AMS other than AMS 2000 */
 		.vendor        = "HITACHI",
 		.product       = "^DF",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
@@ -412,6 +412,12 @@  static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.prio_name     = PRIO_HDS,
 	},
+	{
+		/* AMS 2000 and HUS 100 families */
+		.vendor        = "HITACHI",
+		.product       = "^DF600F",
+		.pgpolicy      = MULTIBUS,
+	},
 	/*
 	 * IBM
 	 *