diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index fa4b20f86..84472d274 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -1166,6 +1166,23 @@ static struct hwentry default_hw[] = { .prio_name = PRIO_ALUA, .prio_args = NULL, }, + { + .vendor = "ZTE", + .product = "ZXUSP", + .features = "1 queue_if_no_path", + .pgpolicy = GROUP_BY_PRIO, + .selector = "round-robin 0" + .checker_name = TUR, + .hwhandler = "1 alua", + .prio_name = PRIO_ALUA, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 20, + .minio_rq = 1, + .flush_on_last_del = FLUSH_ENABLED, + .fast_io_fail = 5, + .dev_loss = 60, + }, /* * EOL */ diff --git a/multipath.conf.defaults b/multipath.conf.defaults index a4e8f7580..50831d8ad 100644 --- a/multipath.conf.defaults +++ b/multipath.conf.defaults @@ -940,6 +940,23 @@ # rr_weight "uniform" # no_path_retry "queue" # } +# device { +# vendor "ZTE" +# product "ZXUSP" +# features "1 queue_if_no_path" +# path_grouping_policy "group_by_prio" +# path_selector "round-robin 0" +# path_checker "tur" +# hardware_handler "1 alua" +# prio "alua" +# failback "immediate" +# rr_weight "uniform" +# no_path_retry 20 +# rr_min_io_rq 1 +# flush_on_last_del "yes" +# fast_io_fail_tmo 5 +# dev_loss_tmo 60 +# } #} #multipaths { #}