libvirt: Do not reraise DiskNotFound exceptions during resize
When an instance has VERIFY_RESIZE status, the instance disk on the
source compute host has moved to <instance_path>/<instance_uuid>_resize
folder, which leads to disk not found errors if the update available
resource periodic task on the source compute runs before resize is
actually confirmed.
Icec2769bf42455853cbe686fb30fda73df791b25 almost fixed this issue but it
will only set reraise to False when task_state is not None, that isn't
the case when an instance is resized but resize is not yet confirmed.
This patch adds a condition based on vm_state to ensure we don't
reraise DiskNotFound exceptions while resize is not confirmed.
Reviewed: https:/ /review. opendev. org/660361 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=f1280ab849d 20819791f7c4030 f570a917d3e91d
Committed: https:/
Submitter: Zuul
Branch: stable/stein
commit f1280ab849d2081 9791f7c4030f570 a917d3e91d
Author: jichenjc <email address hidden>
Date: Mon May 21 02:03:51 2018 +0800
libvirt: Do not reraise DiskNotFound exceptions during resize
When an instance has VERIFY_RESIZE status, the instance disk on the path>/< instance_ uuid>_resize
source compute host has moved to <instance_
folder, which leads to disk not found errors if the update available
resource periodic task on the source compute runs before resize is
actually confirmed.
Icec2769bf4 2455853cbe686fb 30fda73df791b25 almost fixed this issue but it
will only set reraise to False when task_state is not None, that isn't
the case when an instance is resized but resize is not yet confirmed.
This patch adds a condition based on vm_state to ensure we don't
reraise DiskNotFound exceptions while resize is not confirmed.
Closes-Bug: 1774249 c2f99bb64718431 0dfdce9a08d 4e9faf384c8dafa c8ea6e06ea)
Co-Authored-By: Vladyslav Drok <email address hidden>
Change-Id: Id687e11e235fd6
(cherry picked from commit 966192704c20d1b