based on documentation provided by manufacturer: http://pages.tegile.com/rs/568-BVY-995/images/Oracle%20BPG%201.0.pdf vendor "TEGILE" product "ZEBI-FC|INTELLIFLASH" hardware_handler "1 alua" path_selector "round- robin 0" path_grouping_policy "group_by_prio" no_path_retry 10 dev_loss_tmo 50 path_checker tur prio alua failback 30 rr_min_io 128 Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Cc: Hannes Reinecke <hare@xxxxxxx> 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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 66b5123..a126b7c 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -1176,6 +1176,25 @@ static struct hwentry default_hw[] = { .checker_name = TUR, }, /* + * Tegile Systems, Inc. + * + * Maintainer : Christophe Varoqui + * Mail : christophe.varoqui@xxxxxxxxxxx + */ + { + .vendor = "TEGILE", + .product = "ZEBI-FC|INTELLIFLASH", + .hwhandler = "1 alua", + .selector = "round-robin 0", + .pgpolicy = GROUP_BY_PRIO, + .no_path_retry = 10, + .dev_loss = 50, + .checker_name = TUR, + .prio_name = PRIO_ALUA, + .pgfailback = 30, + .minio = 128, + }, + /* * EOL */ { -- 2.5.5 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel