Skip to content

Commit

Permalink
libmultipath: update INFINIDAT builtin config
Browse files Browse the repository at this point in the history
Based on the manufacturer documentation:
https://support.infinidat.com/hc/en-us/articles/202319222

INFINIDAT recommends round-robin path selector using
a different path per IO. Timeout and path recovery values
are adjusted for error-free hot upgrade scenarios.

Signed-off-by: Arnon Yaari <arnony@infinidat.com>
  • Loading branch information
Arnon Yaari authored and cvaroqui committed Sep 20, 2017
1 parent c011000 commit 55da608
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion libmultipath/hwtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,13 +964,24 @@ static struct hwentry default_hw[] = {
},
/*
* Infinidat
*
* Maintainer: Arnon Yaari
* Mail: arnony@infinidat.com
*/
{
.vendor = "NFINIDAT",
.product = "InfiniBox",
.pgpolicy = GROUP_BY_PRIO,
.pgfailback = -FAILBACK_IMMEDIATE,
.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,
.flush_on_last_del = FLUSH_ENABLED,
.fast_io_fail = 15,
.dev_loss = 15,
},
/*
* Nimble Storage
Expand Down

0 comments on commit 55da608

Please sign in to comment.