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

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