From b4286924154e23b59f52c9006de4d25aa00734ee Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Fri, 11 Apr 2014 08:03:08 +0200 Subject: [PATCH] Disable reassign maps per default lvm has undergone various updates, and should now check for correct device assignment. So disable the 'reassign_maps' feature per default. Signed-off-by: Hannes Reinecke --- libmultipath/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h index 78319924..878da14c 100644 --- a/libmultipath/defaults.h +++ b/libmultipath/defaults.h @@ -12,7 +12,7 @@ #define DEFAULT_RR_WEIGHT RR_WEIGHT_NONE #define DEFAULT_NO_PATH_RETRY NO_PATH_RETRY_UNDEF #define DEFAULT_VERBOSITY 2 -#define DEFAULT_REASSIGN_MAPS 1 +#define DEFAULT_REASSIGN_MAPS 0 #define DEFAULT_FIND_MULTIPATHS 0 #define DEFAULT_FAST_IO_FAIL 5 #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_OFF -- 2.20.1