and blacklist "VTrak V-LUN" also for ALUA. Based on info from manufacturer: https://downloadmirror.intel.com/18617/eng/RHEL6_MPIO_Setup.pdf http://www.promise.com/media_bank/Download%20Bank/Utility/SUG_v0.85.pdf Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx> Cc: device-mapper development <dm-devel@xxxxxxxxxx> Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> --- libmultipath/hwtable.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 7f499db..223dc08 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -827,6 +827,7 @@ static struct hwentry default_hw[] = { { .vendor = "(Intel|INTEL)", .product = "Multi-Flex", + .bl_product = "VTrak V-LUN", .hwhandler = "1 alua", .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -1002,6 +1003,16 @@ static struct hwentry default_hw[] = { .pgpolicy = MULTIBUS, .no_path_retry = 30, }, + /* + * Promise Technology + */ + { + .vendor = "Promise", + .product = "VTrak", + .bl_product = "VTrak V-LUN", + .pgpolicy = MULTIBUS, + .no_path_retry = 30, + }, #if 0 /* * Copy this TEMPLATE to add new hardware. -- 2.10.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel