Comment 110 for bug 1392527

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/juno)

Reviewed: https://review.openstack.org/219301
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fa72fb8b51d59e04913c871539cee98a3da79058
Submitter: Jenkins
Branch: stable/juno

commit fa72fb8b51d59e04913c871539cee98a3da79058
Author: Rajesh Tailor <email address hidden>
Date: Wed Mar 4 05:05:19 2015 -0800

    Delete orphaned instance files from compute nodes

    While resizing/revert-resizing instance, if instance gets deleted
    in between, then instance files remains either on the source or
    destination compute node.

    To address this issue, added a new periodic task
    '_cleanup_incomplete_migrations' which takes care of deleting
    instance files from source/destination compute nodes and then
    mark migration record as failed so that it doesn't appear again
    in the next periodic task run.

    Conflicts:
     nova/compute/manager.py
     nova/tests/unit/compute/test_compute_mgr.py

    SecurityImpact
    Closes-Bug: 1392527
    Change-Id: I9866d8e32e99b9f907921f4b226edf7b62bd83a7
    (cherry picked from commit 18d6b5cc79973fc553daf7a92f22cce4dc0ca013)