nova/releasenotes/notes/live-migration-with-PCI-device-b96bdad273fa1d2b.yaml
Matt Riedemann a32ef11e3a Cleanup reno live-migration-with-PCI-device
The rst formatting was a bit off and the note could use a
little tweaking.

Change-Id: Ibb38cfdaeb3cbf1ad82732a882981d1d3e3ff047
2019-09-12 18:48:53 -04:00

20 lines
648 B
YAML

---
upgrade:
- |
Live migration of an instance with PCI devices is now blocked
in the following scenarios:
1. Instance with non-network related PCI device.
2. Instance with network related PCI device and either:
a. Neutron does not support extended port binding API.
b. Source or destination compute node does not support
libvirt-sriov-live-migration.
Live migration will fail with a user friendly error.
.. note:: Previously, the operation would have failed with an obscure error
resulting in the instance still running on the source node or ending up
in an inoperable state.