Comment 7 for bug 1565868

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

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

commit a2d9314432c5d7c31c18ffb981e9cf2c20898607
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

    Cherry-picked from master (6e1d58557d54b0140f763733953f69a2c23396ac)

    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