[dm-devel] [PATCH] multipath-tools: identify more arrays under IBM/2145 ID

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Aug 27 22:18:39 UTC 2021


Cc: Martin Wilck <mwilck at suse.com>
Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEVEL ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 2a896440..0caac0da 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -659,7 +659,8 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 	},
 	{
-		/* Storwize family / SAN Volume Controller / Flex System V7000 / FlashSystem V840/V9000/9100 */
+		// Storwize V5000 and V7000 lines / SAN Volume Controller (SVC) / Flex System V7000 /
+		// FlashSystem V840/V9000/5000/5100/5200/7200/9100/9200/9200R
 		.vendor        = "IBM",
 		.product       = "^2145",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
-- 
2.32.0




More information about the dm-devel mailing list