summaryrefslogtreecommitdiff
path: root/packaging/common
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-10-16 14:05:58 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-10-16 14:05:58 +0300
commitaae969130172ec5afc98a391f6f66a14cdd0a853 (patch)
tree1e188054b441ed701a40674212200944d7fbbc11 /packaging/common
parentea837c8b2d11a5ad5ac0ec8e726e20832c1bed3d (diff)
parentfedfefebaa39a0aeb41cf9328ba44c3a458e4614 (diff)
downloadrabbitmq-server-git-aae969130172ec5afc98a391f6f66a14cdd0a853.tar.gz
Merge branch 'stable'
Diffstat (limited to 'packaging/common')
-rwxr-xr-xpackaging/common/rabbitmq-server-ha.ocf2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/common/rabbitmq-server-ha.ocf b/packaging/common/rabbitmq-server-ha.ocf
index f9143ec925..5ccda7b745 100755
--- a/packaging/common/rabbitmq-server-ha.ocf
+++ b/packaging/common/rabbitmq-server-ha.ocf
@@ -1548,7 +1548,7 @@ action_notify() {
ocf_log info "${LH} post-promote end."
if [ $rc -eq $OCF_ERR_GENERIC ] ; then
ocf_log err "${LH} Failed to join the cluster on post-promote. The resource will be restarted."
- return $OCF_NOT_RUNNING
+ return $OCF_ERR_GENERIC
fi
;;
start)