diff mbox

multipath-tools: add two rdac devices

Message ID 1471104301-5702-1-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Xose Vazquez Perez Aug. 13, 2016, 4:05 p.m. UTC
Sun StorEdge 6130 and SGI TP9700.

They were include in the kernel rdac side, but never in mpt:
https://bugzilla.redhat.com/524335
https://marc.info/?l=dm-devel&m=130203604024614

Cc: Sean Stewart <Sean.Stewart@netapp.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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Christophe Varoqui Aug. 16, 2016, 7:41 a.m. UTC | #1
Applied.
Thanks.

On Sat, Aug 13, 2016 at 6:05 PM, Xose Vazquez Perez <xose.vazquez@gmail.com>
wrote:

> Sun StorEdge 6130 and SGI TP9700.
>
> They were include in the kernel rdac side, but never in mpt:
> https://bugzilla.redhat.com/524335
> https://marc.info/?l=dm-devel&m=130203604024614
>
> Cc: Sean Stewart <Sean.Stewart@netapp.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 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index a489d6c..10d89d7 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -613,7 +613,7 @@ static struct hwentry default_hw[] = {
>         },
>         {
>                 .vendor        = "SGI",
> -               .product       = "TP9[345]00",
> +               .product       = "TP9[3457]00",
>                 .bl_product    = "Universal Xport",
>                 .pgpolicy      = GROUP_BY_PRIO,
>                 .checker_name  = RDAC,
> @@ -715,9 +715,9 @@ static struct hwentry default_hw[] = {
>                 .no_path_retry = 30,
>         },
>         {
> -               /* 6140 */
> +               /* 6130 / 6140 */
>                 .vendor        = "SUN",
> -               .product       = "CSM200_R",
> +               .product       = "CSM[12]00_R",
>                 .bl_product    = "Universal Xport",
>                 .pgpolicy      = GROUP_BY_PRIO,
>                 .checker_name  = RDAC,
> --
> 2.7.4
>
>
--
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 a489d6c..10d89d7 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -613,7 +613,7 @@  static struct hwentry default_hw[] = {
 	},
 	{
 		.vendor        = "SGI",
-		.product       = "TP9[345]00",
+		.product       = "TP9[3457]00",
 		.bl_product    = "Universal Xport",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.checker_name  = RDAC,
@@ -715,9 +715,9 @@  static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	{
-		/* 6140 */
+		/* 6130 / 6140 */
 		.vendor        = "SUN",
-		.product       = "CSM200_R",
+		.product       = "CSM[12]00_R",
 		.bl_product    = "Universal Xport",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.checker_name  = RDAC,