Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 2, 2016
2 parents 28da8c0 + be984d9 commit 05361e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/rabbitmq-server-ha.ocf
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,11 @@ get_monitor() {
is_master $node
status_master=$?
ocf_log info "${LH} fetched master attribute for $node. attr value is ${status_master}"
else
# The master is always running inside of its cluster
ocf_log info "${LH} rabbit app is running and is member of healthy cluster"
rc_check=$OCF_SUCCESS
break
fi
if [ $status_master -eq 0 ] ; then
ocf_log info "${LH} rabbit app is running. master is $node"
Expand Down

0 comments on commit 05361e6

Please sign in to comment.