Based on info from the manufacturer. And also add ^ to Axiom. Cc: Srinivasan Ramani <srinivas.ramani@xxxxxxxxxx> 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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index b15020c..f7cd456 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -653,19 +653,27 @@ static struct hwentry default_hw[] = { /* * Oracle */ - { /* - * Pillar Data + * Pillar Data / Oracle FS * * Maintainer : Srinivasan Ramani * Mail : srinivas.ramani@xxxxxxxxxx */ - .vendor = "Pillar", - .product = "Axiom", + { + .vendor = "^Pillar", + .product = "^Axiom", + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .prio_name = PRIO_ALUA, + }, + { + .vendor = "^Oracle", + .product = "^Oracle FS", .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, .prio_name = PRIO_ALUA, }, + /* Sun - StorageTek */ { .vendor = "STK", .product = "OPENstorage D280", -- 2.7.4 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel