Comment 23 for bug 1455761

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

Reviewed: https://review.openstack.org/184671
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=db6ec616bf3b4dea7ee8e7583f12fad16e501d72
Submitter: Jenkins
Branch: master

commit db6ec616bf3b4dea7ee8e7583f12fad16e501d72
Author: Vladimir Kuklin <email address hidden>
Date: Thu May 21 03:50:24 2015 +0300

    Check hostlist against starting and active resources

    This commit makes post-start notify action to check
    hostlist of nodes that should be joined to the cluster
    to contain not only nodes that will be started but
    also ones that are already started. This fixes
    the case when Pacemaker sends notifies only for
    the latest event and thus the node which is not
    included into the start list will not join the
    cluster. Also it checks whether the node is
    already clustered and skips the join if it
    is not needed.

    Change-Id: Ibe8ecdcfe42c14228350b1eb3c9d08b1a64e117d
    Closes-bug: #1455761