From f6dc0d0901ba6e22dae1d0b95b9e4e1ce6b4c386 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Wed, 21 Aug 2019 16:07:12 +0200 Subject: [PATCH] libmultipath: set "enable_foreign" to NONE by default This has been requested by NetApp. --- libmultipath/defaults.h | 4 ++-- multipath/multipath.conf.5 | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h index eea299c5..3fd4fcbd 100644 --- a/libmultipath/defaults.h +++ b/libmultipath/defaults.h @@ -45,8 +45,8 @@ #define DEFAULT_FIND_MULTIPATHS_TIMEOUT -10 #define DEFAULT_UNKNOWN_FIND_MULTIPATHS_TIMEOUT 1 #define DEFAULT_ALL_TG_PT ALL_TG_PT_OFF -/* Enable all foreign libraries by default */ -#define DEFAULT_ENABLE_FOREIGN "" +/* Enable no foreign libraries by default */ +#define DEFAULT_ENABLE_FOREIGN "NONE" #define CHECKINT_UNDEF (~0U) #define DEFAULT_CHECKINT 5 diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5 index 2d8399ea..608178b6 100644 --- a/multipath/multipath.conf.5 +++ b/multipath/multipath.conf.5 @@ -1203,10 +1203,11 @@ Enables or disables foreign libraries (see section .I FOREIGN MULTIPATH SUPPORT below). The value is a regular expression; foreign libraries are loaded if their name (e.g. \(dqnvme\(dq) matches the expression. By default, -all foreign libraries are enabled. +no foreign libraries are enabled. Set this to \(dqnvme\(dq to enable NVMe native +multipath support, or \(dq.*\(dq to enable all foreign libraries. .RS .TP -The default is: \fB\(dq\(dq\fR (the empty regular expression) +The default is: \fB\(dqNONE\(dq\fR .RE . . -- 2.22.0