nova/nova/tests
Lee Yarwood ff36b6d97f libvirt: Ignore volume exceptions during post_live_migration
Previously errors while disconnecting volumes from the source host
during post_live_migration within LibvirtDriver would result in the
overall failure of the migration. This would also mean that while the
instance would be running on the destination it would still be listed as
running on the source within the db.

This change simply ignores any exceptions raised while attempting to
disconnect volumes on the source. These errors can be safely ignored as
they will have no impact on the running instance on the destination.

In the future Nova could wire up the force and ignore_errors kwargs when
calling down into the associated os-brick connectors to help avoid this.

Closes-Bug: #1843639
Change-Id: Ieff5243854321ec40f642845e87a0faecaca8721
(cherry picked from commit ac68cffd43)
2019-10-25 11:32:52 +01:00
..
functional Fix listing deleted servers with a marker 2019-10-23 14:50:06 -04:00
unit libvirt: Ignore volume exceptions during post_live_migration 2019-10-25 11:32:52 +01:00
__init__.py
fixtures.py Merge "Move HostNameWeigher to a common fixture" 2019-09-25 23:11:26 +00:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00