Comment 5 for bug 1565868

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

Reviewed: https://review.openstack.org/301232
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=6e1d58557d54b0140f763733953f69a2c23396ac
Submitter: Jenkins
Branch: master

commit 6e1d58557d54b0140f763733953f69a2c23396ac
Author: Alexey Lebedeff <email address hidden>
Date: Mon Apr 4 19:44:09 2016 +0300

    Fix half-hearted attempt to erase mnesia in OCF RA

    ocf_run does $("$@"), so "${MNESIA_FILES}/*" wasn't expanded and mnesia
    directory wasn't actually cleaned up

    It's safe to remove that directory completely - it will be re-created
    automatically by mnesia.

    Upstream https://github.com/rabbitmq/rabbitmq-server/pull/724

    Change-Id: I0aa47f61e03c99ee6ebb56b833463cdf4ccd243e
    Closes-Bug: 1565868