On 7/12/25 10:14 PM, Xose Vazquez Perez wrote:
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
@@ -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,
Is PAV really supported on FBA devices ???
And other than 3390 and 3380(3390 model 2/3 in track-compatibility mode) ECKD
types ?
Source, z/vm docs: https://www.vm.ibm.com/storman/pav/pav2.html#2001
Thanks.