Blame SOURCES/0077-RHBZ-1054806-mpathconf-always-reload.patch

f20720
---
f20720
 multipath/mpathconf |    2 +-
f20720
 1 file changed, 1 insertion(+), 1 deletion(-)
f20720
f20720
Index: multipath-tools-130222/multipath/mpathconf
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipath/mpathconf
f20720
+++ multipath-tools-130222/multipath/mpathconf
f20720
@@ -316,6 +316,6 @@ elif [ "$ENABLE" = 0 ]; then
f20720
 	if [ "$HAVE_MULTIPATHD" = 1 ]; then
f20720
 		systemctl stop multipathd.service
f20720
 	fi
f20720
-elif [ -n "$CHANGED_CONFIG" -a "$HAVE_MULTIPATHD" = 1 ]; then
f20720
+elif [ "$HAVE_MULTIPATHD" = 1 ]; then
f20720
 	systemctl reload multipathd.service
f20720
 fi