* [PATCH] multipath-tools: remove -FAILBACK_IMMEDIATE from devices with no prio
@ 2016-08-01 14:04 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2016-08-01 14:04 UTC (permalink / raw)
Cc: device-mapper development, Xose Vazquez Perez
Changed to FAILBACK_UNDEF(manual).
Spotted by Hannes.
Cc: Hannes Reinecke <hare@suse.de>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
libmultipath/hwtable.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 8c074f9..dfd84dc 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -31,7 +31,7 @@ static struct hwentry default_hw[] = {
.vendor = "COMPELNT",
.product = "Compellent Vol",
.pgpolicy = MULTIBUS,
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
.no_path_retry = NO_PATH_RETRY_QUEUE,
},
/*
@@ -110,7 +110,7 @@ static struct hwentry default_hw[] = {
.vendor = "HP",
.product = "(MSA2[02]12fc|MSA2012i)",
.pgpolicy = MULTIBUS,
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
.no_path_retry = 18,
.minio = 100,
},
@@ -483,14 +483,14 @@ static struct hwentry default_hw[] = {
.vendor = "AIX",
.product = "VDASD",
.pgpolicy = MULTIBUS,
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
.no_path_retry = (300 / DEFAULT_CHECKINT),
},
{
/* IBM 3303 NVDISK */
.vendor = "IBM",
.product = "3303 NVDISK",
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
.no_path_retry = (300 / DEFAULT_CHECKINT),
},
{
@@ -799,7 +799,7 @@ static struct hwentry default_hw[] = {
.product = "FlashArray",
.selector = "queue-length 0",
.pgpolicy = MULTIBUS,
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
.fast_io_fail = 10,
.dev_loss = 60,
},
@@ -807,7 +807,7 @@ static struct hwentry default_hw[] = {
.vendor = "HUAWEI",
.product = "XSG1",
.pgpolicy = MULTIBUS,
- .pgfailback = -FAILBACK_IMMEDIATE,
+ .pgfailback = FAILBACK_UNDEF,
},
/*
* Violin Memory
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-01 14:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 14:04 [PATCH] multipath-tools: remove -FAILBACK_IMMEDIATE from devices with no prio Xose Vazquez Perez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).