Comment 4 for bug 1299182

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (milestone-proposed)

Reviewed: https://review.openstack.org/85370
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d0262065921cb3015619bdce8ca1cae596cde9b2
Submitter: Jenkins
Branch: milestone-proposed

commit d0262065921cb3015619bdce8ca1cae596cde9b2
Author: Thang Pham <email address hidden>
Date: Mon Mar 31 15:22:47 2014 -0400

    GlusterFS: Delete volume-<uuid>.info file when volume is deleted.

    glusterfs creates a file named volume-<uuid>.info to hold volume
    data, mapping cinder snapshot UUIDs and filenames. When the
    volume and its associated snapshots are both deleted, this file
    remains. This patch deletes the volume-<uuid>.info (if one exists)
    when the volume is deleted.

    Change-Id: Iefc8bd4768b30a75c648c4689d935daeab3afe98
    Closes-Bug: #1299182
    (cherry picked from commit bf006ecb4a52db6300aa0fe1abe7df621e9f6174)