Each blacklist only their own devices.
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]>
---
DASD devices been blacklisted twice, since:
https://github.com/opensvc/multipath-tools/commit/a6ff4f957c78bd15c49278ad359671a705eaf4b5
In the current code:
https://github.com/opensvc/multipath-tools/blob/de16cf82c5263fc148118be56ebf44c8f0ee60b8/libmultipath/blacklist.c#L233
---
libmultipath/hwtable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 081d119c..4ca4245c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -677,7 +677,7 @@ static struct hwentry default_hw[] = {
/* PAV DASD ECKD */
.vendor = "IBM",
.product = "S/390 DASD ECKD",
- .bl_product = "S/390",
+ .bl_product = "S/390 DASD ECKD",
.uid_attribute = "ID_UID",
.no_path_retry = NO_PATH_RETRY_QUEUE,
.pgpolicy = MULTIBUS,
@@ -687,7 +687,7 @@ static struct hwentry default_hw[] = {
/* PAV DASD FBA */
.vendor = "IBM",
.product = "S/390 DASD FBA",
- .bl_product = "S/390",
+ .bl_product = "S/390 DASD FBA",
.uid_attribute = "ID_UID",
.no_path_retry = NO_PATH_RETRY_QUEUE,
.pgpolicy = MULTIBUS,
--
2.50.1