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

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