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

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