Update cells v2 up-call caveats doc

With the fix for bug 1781286 for reschedules during server
create and resize/migrate, we can update the cells v2 docs
saying the up-call issue for that big is now fixed.

Change-Id: I9ff116de8b63c0fbfb880008718b1386178b1d1a
Related-Bug: #1781286
This commit is contained in:
Matt Riedemann 2019-10-01 17:45:08 -04:00
parent ac85b76178
commit a87fbdda9d
1 changed files with 4 additions and 0 deletions

View File

@ -343,6 +343,8 @@ following:
#. Attaching a volume and ``[cinder]/cross_az_attach=False``
#. Instance reschedules during boot and resize (part 2)
.. note:: This has been resolved in the Ussuri release [#]_ [#]_.
The first is simple: if you boot an instance, it gets scheduled to a
compute node, fails, it would normally be re-scheduled to another
node. That requires scheduler intervention and thus it will not work
@ -391,3 +393,5 @@ the API DB.
.. [#] https://blueprints.launchpad.net/nova/+spec/efficient-multi-cell-instance-list-and-sort
.. [#] https://specs.openstack.org/openstack/nova-specs/specs/queens/approved/return-alternate-hosts.html
.. [#] https://blueprints.launchpad.net/nova/+spec/live-migration-in-xapi-pool
.. [#] https://review.opendev.org/686047/
.. [#] https://review.opendev.org/686050/