Comment 2 for bug 1628487

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

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

commit 852ef73b0b079c977924b4a701575efa01171080
Author: Alexey Lebedeff <email address hidden>
Date: Thu Sep 29 16:17:43 2016 +0300

    OCF RA: Check partitions on non-master nodes

    Upstream PR: https://github.com/rabbitmq/rabbitmq-server-release/pull/1

    Partitions reported by `rabbit_node_monitor:partitions/0` are not
    commutative (i.e. node1 can report itself as partitioned with node2, but
    not vice versa).

    Given that we now have strong notion of master in OCF script, we can
    check for those fishy situations during master health check, and order
    damaged nodes to restart.

    Change-Id: I80a920725575c36d30726e519a95835fd5982ce0
    Closes-Bug: 1628487