f18a46c072
This is os-migrateLive API changes: * 2.25 - Make block_migration to support 'auto' value, remove disk_over_commit. Partially implements: blueprint making-live-migration-api-friendly APIImpact DocImpact Change-Id: Ibb0d50f0f7444028ef9d0c294aea41edf0024b31
10 lines
407 B
YAML
10 lines
407 B
YAML
---
|
|
feature:
|
|
- Make block_migration to support 'auto' value, which means nova will decide
|
|
the value of block_migration during live-migration, and remove
|
|
disk_over_commit flag for os-migrateLive action in microversion 2.23.
|
|
upgrade:
|
|
- We can not use microversion 2.25 to do live-migration during upgrade,
|
|
nova-api will raise bad request if there is still old compute node in the
|
|
cluster.
|