58276ec79e
maintain one compute node without having the user's application been interruptted. It will firstly migrate all instances from the maintenance node to one backup node. If not, it will migrate all instances, relying on nova-schduler. Change-Id: I29ecb65745d5e6ecab41508e9a91b29b39a3f0a8 Implements:blueprint cluster-maintaining
10 lines
365 B
YAML
10 lines
365 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a strategy for one compute node maintenance,
|
|
without having the user's application been interrupted.
|
|
If given one backup node, the strategy will firstly
|
|
migrate all instances from the maintenance node to
|
|
the backup node. If the backup node is not provided,
|
|
it will migrate all instances, relying on nova-scheduler.
|