Lenovo to acquire Infinidat: https://www.infinidat.com/en/news/press-releases/lenovo-acquire-infinidat-further-expanding-enterprise-storage-portfolio Cc: Martin Wilck <mwilck@xxxxxxxx> Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx> Cc: DM-DEVEL ML <dm-devel@xxxxxxxxxxxxxxx> Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> --- libmultipath/hwtable.c | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 543f0bc1..2c26b42a 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -788,6 +788,24 @@ static struct hwentry default_hw[] = { .pgfailback = -FAILBACK_IMMEDIATE, .no_path_retry = 30, }, + { + /* + * Infinidat InfiniBox + * + * Maintainer: Arnon Yaari <arnony@xxxxxxxxxxxxx> + */ + .vendor = "NFINIDAT", + .product = "InfiniBox", + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = 30, + .prio_name = PRIO_ALUA, + .selector = "round-robin 0", + .rr_weight = RR_WEIGHT_PRIO, + .no_path_retry = NO_PATH_RETRY_FAIL, + .minio = 1, + .minio_rq = 1, + .fast_io_fail = 15, + }, /* * NetApp */ @@ -1121,25 +1139,6 @@ static struct hwentry default_hw[] = { .product = "XPD", .pgpolicy = MULTIBUS, }, - /* - * Infinidat - * - * Maintainer: Arnon Yaari <arnony@xxxxxxxxxxxxx> - */ - { - /* InfiniBox */ - .vendor = "NFINIDAT", - .product = "InfiniBox", - .pgpolicy = GROUP_BY_PRIO, - .pgfailback = 30, - .prio_name = PRIO_ALUA, - .selector = "round-robin 0", - .rr_weight = RR_WEIGHT_PRIO, - .no_path_retry = NO_PATH_RETRY_FAIL, - .minio = 1, - .minio_rq = 1, - .fast_io_fail = 15, - }, /* * Kaminario */ -- 2.48.1