[dm-devel] [PATCH 1/4] multipath-tools: change the default path checker from directio to tur

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jun 23 13:42:17 UTC 2016


change DEFAULT_CHECKER to TUR

Cc: Shyam Sundar <g.shyamsundar at yahoo.co.in>
Cc: Edward Goggin, EMC <egoggin at emc.com>
Cc: Matthias Rudolph <matthias.rudolph at hds.com>
Cc: Brian King, IBM <brking at linux.vnet.ibm.com>
Cc: Yacine Kheddache <yacine at alyseo.com>
Cc: Srinivasan Ramani <srinivas.ramani at oracle.com>
Cc: Bart Brooks, Pivot3 <bartb at pivot3.com>
Cc: Martin George <marting at netapp.com>
Cc: Sean Stewart <sean.stewart at netapp.com>
Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Hannes Reinecke <hare at suse.de>
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/checkers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/checkers.h b/libmultipath/checkers.h
index a935b3f..374c826 100644
--- a/libmultipath/checkers.h
+++ b/libmultipath/checkers.h
@@ -85,7 +85,7 @@ enum path_check_state {
 #define READSECTOR0  "readsector0"
 #define CCISS_TUR    "cciss_tur"
 
-#define DEFAULT_CHECKER DIRECTIO
+#define DEFAULT_CHECKER TUR
 
 #define ASYNC_TIMEOUT_SEC	30
 
-- 
2.5.5




More information about the dm-devel mailing list