Comment 3 for bug 1717135

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

Reviewed: https://review.openstack.org/503886
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=728632866a4133e40d19360ba1e16c2672d8dcac
Submitter: Jenkins
Branch: master

commit 728632866a4133e40d19360ba1e16c2672d8dcac
Author: Pengju Jiao <email address hidden>
Date: Thu Sep 14 09:18:02 2017 +0800

    ganesha: cleanup of tmp config files

    Currently in ganesha driver, while writing ganesha
    config files some times the tmp config files are not
    cleaned up. It is because moving the config file from
    tmp location to the correct ganesha config location
    sometimes goes wrong.

    This patch adds operation of cleaning up the tmp config
    files.

    Change-Id: Id93a5062c48e99afc26594f05cbf29cffce1499e
    Closes-Bug: #1717135