Comment 2 for bug 1457766

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

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

commit fa448a62a92eebbcbe2d460c8ceb97122a764b53
Author: Bogdan Dobrelya <email address hidden>
Date: Fri May 22 10:16:13 2015 +0200

    Fix rabbit OCF reset_mnesia

    W/o this fix, when rabbit app cannot start due to
    corrupted mnesia state, the mnesia would be cleaned
    not completely. This may prevent the rabbit app from
    start and take the node out of the cluster permanently.

    The solution is to remove all rabbit node related mnesia
    files.

    Closes-bug: #1457766

    Change-Id: I680efbf573c22aa9a13d8429d985b5a57235b2bf
    Signed-off-by: Bogdan Dobrelya <email address hidden>