Comment 7 for bug 1616581

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/360484
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=fb5fe24e6e4bf03d4e5e204cf378f51d019718c6
Submitter: Jenkins
Branch: stable/mitaka

commit fb5fe24e6e4bf03d4e5e204cf378f51d019718c6
Author: Alexey Lebedeff <email address hidden>
Date: Thu Aug 25 15:13:36 2016 +0300

    Perform rabbit partition checks from OCF script

    Partitioned nodes are ordered to restart by master. It may sound like
    `autoheal`, but the problem is that OCF script and `autoheal` are not
    compatible because concepts of master in pacemaker and winner in
    autoheal are completely unrelated.

    Upsream change: https://github.com/rabbitmq/rabbitmq-server/pull/939

    Change-Id: I79bc2054a0ea0f04917130779e3380777960b1d6
    Closes-Bug: 1616581