Comment 3 for bug 1248019

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

Reviewed: https://review.openstack.org/55250
Committed: http://github.com/openstack/nova/commit/17d131661740e452e9729d9ac8881e6fede23dd7
Submitter: Jenkins
Branch: master

commit 17d131661740e452e9729d9ac8881e6fede23dd7
Author: chenxiao <email address hidden>
Date: Tue Nov 5 18:04:42 2013 +0800

    Libvirt:Instance resize confirm issue against NFS

    when I test resize-confirm on NFS (KVM) using at least two
    compute nodes, OSError will occur when try to cleanup the
    backup instance directory and will make instance status
    "Error".

    One way to cleanup resize is using delay_on_retry and
    maximum attempts setting. Replace rmtree() because
    execute() have more parameters choices.

    Closes-Bug: #1248019

    Change-Id: Ifb9a500bbba805af0317307c2e7d6903dcd02ad1