diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-10-16 14:05:58 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-16 14:05:58 +0300 |
| commit | aae969130172ec5afc98a391f6f66a14cdd0a853 (patch) | |
| tree | 1e188054b441ed701a40674212200944d7fbbc11 /packaging/common | |
| parent | ea837c8b2d11a5ad5ac0ec8e726e20832c1bed3d (diff) | |
| parent | fedfefebaa39a0aeb41cf9328ba44c3a458e4614 (diff) | |
| download | rabbitmq-server-git-aae969130172ec5afc98a391f6f66a14cdd0a853.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'packaging/common')
| -rwxr-xr-x | packaging/common/rabbitmq-server-ha.ocf | 2 |
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) |
