File: async-live-migration-rest-check-675ec309a9ccc28e.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (8 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
---
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
    live-migration make blocking rpc request to both source and destination
    compute node.