vendorid for DASD devices is always identified as "IBM",
but EMC or HITACHI/HPE arrays are also supported.

Cc: Stefan Haberland <[email protected]>
Cc: Nigel Hislop <[email protected]>
Cc: Matthias Rudolph <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Cc: Alexander Gordeev <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Sven Schnelle <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Martin Wilck <[email protected]>
Cc: Benjamin Marzinski <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: S390-ML <[email protected]>
Cc: DM-DEVEL-ML <[email protected]> 
Signed-off-by: Xose Vazquez Perez <[email protected]>
---
 libmultipath/discovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmultipath/discovery.c b/libmultipath/discovery.c
index c4bc6df6..a2fe28eb 100644
--- a/libmultipath/discovery.c
+++ b/libmultipath/discovery.c
@@ -1669,6 +1669,7 @@ ccw_sysfs_pathinfo (struct path *pp, const struct 
vector_s *hwtable)
        if (!parent)
                return PATHINFO_FAILED;
 
+       // Identified as IBM, but EMC or HITACHI/HPE arrays are also supported
        sprintf(pp->vendor_id, "IBM");
 
        condlog(3, "%s: vendor = %s", pp->dev, pp->vendor_id);
-- 
2.50.1


Reply via email to