2016-05-10 17:33:54 +03:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- Starting from REST API microversion 2.34 pre-live-migration checks are
|
|
|
|
performed asynchronously. ``instance-actions`` should be used for getting
|
|
|
|
information about the checks results. New approach allows to reduce rpc
|
|
|
|
timeouts amount, as previous workflow was fully blocking and checks before
|
2016-07-12 14:14:38 +02:00
|
|
|
live-migration make blocking rpc request to both source and destination
|
2016-05-10 17:33:54 +03:00
|
|
|
compute node.
|