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

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