[dm-devel] [PATCH] multipath-tools: fix products names in hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jul 5 18:55:05 UTC 2018


Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEV ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 478bf16..d3a8d9b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -581,7 +581,7 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	{
-		/* Enterprise Storage Server / Shark family */
+		/* Enterprise Storage Server(ESS) / Shark family */
 		.vendor        = "IBM",
 		.product       = "^2105",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
@@ -613,7 +613,7 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 	},
 	{
-		/* DS6000/DS8000 DASD ECKD */
+		/* PAV DASD ECKD */
 		.vendor        = "IBM",
 		.product       = "S/390 DASD ECKD",
 		.bl_product    = "S/390",
@@ -623,7 +623,7 @@ static struct hwentry default_hw[] = {
 		.checker_name  = DIRECTIO,
 	},
 	{
-		/* DS6000/DS8000 DASD FBA */
+		/* PAV DASD FBA */
 		.vendor        = "IBM",
 		.product       = "S/390 DASD FBA",
 		.bl_product    = "S/390",
-- 
2.17.1




More information about the dm-devel mailing list