[dm-devel] [PATCH 1/5] multipath-tools: delete no_path_retry attribute when it is equal to default value

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 23 00:29:08 UTC 2016


Defaul value is already 0 (NO_PATH_RETRY_UNDEF)

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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a1fc3e8..8eec209 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -708,7 +708,6 @@ static struct hwentry default_hw[] = {
 		.selector      = "queue-length 0",
 		.pgpolicy      = MULTIBUS,
 		.fast_io_fail  = 10,
-		.no_path_retry = 0,
 		.dev_loss      = 60,
 	},
 	{
-- 
2.7.4




More information about the dm-devel mailing list