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/571410 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=966192704c2 0d1b4e9faf384c8 dafac8ea6e06ea
Committed: https:/
Submitter: Zuul
Branch: master
commit 966192704c20d1b 4e9faf384c8dafa c8ea6e06ea
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
Co-Authored-By: Vladyslav Drok <email address hidden>
Change-Id: Id687e11e235fd6