[dm-devel] [PATCH] multipath-tools: remove Pure modifications

Xose Vazquez Perez xose.vazquez at gmail.com
Mon Nov 7 14:40:32 UTC 2016


There is no reason to deviate from standard values.

Default:
 .fast_io_fail	= 5
 .dev_loss 	= 600

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at 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




More information about the dm-devel mailing list