All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: remove Pure modifications
@ 2016-11-07 14:40 Xose Vazquez Perez
  2016-11-20  9:15 ` Christophe Varoqui
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-11-07 14:40 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

There is no reason to deviate from standard values.

Default:
 .fast_io_fail	= 5
 .dev_loss 	= 600

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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 340035e..6ca9ea2 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -899,8 +899,6 @@ static struct hwentry default_hw[] = {
 		.vendor        = "PURE",
 		.product       = "FlashArray",
 		.pgpolicy      = MULTIBUS,
-		.fast_io_fail  = 10,
-		.dev_loss      = 60,
 	},
 	/*
 	 * Huawei
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-20 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 14:40 [PATCH] multipath-tools: remove Pure modifications Xose Vazquez Perez
2016-11-20  9:15 ` Christophe Varoqui
2016-11-20 11:41   ` Xose Vazquez Perez
2016-11-20 11:52     ` Christophe Varoqui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.