From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Xose Vazquez Perez Date: Wed, 9 Sep 2020 17:48:05 +0200 Subject: [PATCH] multipath-tools: add HPE MSA 1060/2060 to hwtable Cc: Martin Wilck Cc: Christophe Varoqui Cc: DM-DEVEL ML Reviewed-by: Martin Wilck Signed-off-by: Xose Vazquez Perez Signed-off-by: Benjamin Marzinski --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index d680bdfc..59bc0d6e 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -181,9 +181,9 @@ static struct hwentry default_hw[] = { .prio_name = PRIO_ALUA, }, { - /* MSA 1040, 1050, 2040 and 2050 families */ + /* MSA 1040, 1050, 1060, 2040, 2050 and 2060 families */ .vendor = "HP", - .product = "MSA [12]0[45]0 SA[NS]", + .product = "MSA [12]0[456]0 SA[NS]", .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, .no_path_retry = 18,