[dm-devel] [PATCH V3 01/18] multipath: default fast_io_fail to 5 seconds

Benjamin Marzinski bmarzins at redhat.com
Sat Jan 12 06:04:38 UTC 2013


This patch sets fast_io_fail to 5 seconds in the defaults section.

Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 libmultipath/config.c   | 1 +
 libmultipath/defaults.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libmultipath/config.c b/libmultipath/config.c
index 0a56cd1..51b4f45 100644
--- a/libmultipath/config.c
+++ b/libmultipath/config.c
@@ -516,6 +516,7 @@ load_config (char * file)
 	conf->reassign_maps = DEFAULT_REASSIGN_MAPS;
 	conf->checkint = DEFAULT_CHECKINT;
 	conf->max_checkint = MAX_CHECKINT(conf->checkint);
+	conf->fast_io_fail = DEFAULT_FAST_IO_FAIL;
 
 	/*
 	 * preload default hwtable
diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
index 74b236f..f647ee0 100644
--- a/libmultipath/defaults.h
+++ b/libmultipath/defaults.h
@@ -15,6 +15,7 @@
 #define DEFAULT_USER_FRIENDLY_NAMES    0
 #define DEFAULT_VERBOSITY	2
 #define DEFAULT_REASSIGN_MAPS	1
+#define DEFAULT_FAST_IO_FAIL	5
 
 #define DEFAULT_CHECKINT	5
 #define MAX_CHECKINT(a)		(a << 2)
-- 
1.8.0




More information about the dm-devel mailing list