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
This commit is contained in:
Matt Riedemann 2019-09-12 18:48:53 -04:00
parent 7a18209a81
commit a32ef11e3a

View File

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