[dm-devel] [PATCH] multipath-tools: add HPE MSA 2050/2052 to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 8 11:45:19 UTC 2017


Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 390d143..97cc327 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -112,9 +112,9 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 	},
 	{
-		/* MSA 1040/2040 family */
+		/* MSA 1040, 2040 and 2050 families */
 		.vendor        = "HP",
-		.product       = "MSA [12]040 SA[NS]",
+		.product       = "MSA [12]0[45]0 SA[NS]",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 		.no_path_retry = 18,
-- 
2.13.2




More information about the dm-devel mailing list