vendorid for DASD devices is always identified as "IBM". But EMC, HDS (HITACHI),
or any other PAV (STK (StorageTek), AM1 (Amdahl) ???) array vendor, are also
supported.

v2 - remove list of vendors from the comment

Cc: Stefan Haberland <[email protected]>
Cc: Nigel Hislop <[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..c78e8b33 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 any other PAV array vendor is also supported
        sprintf(pp->vendor_id, "IBM");
 
        condlog(3, "%s: vendor = %s", pp->dev, pp->vendor_id);
-- 
2.50.1

Reply via email to