7c7686366b
This adds a few details about the cell0 database to the cellsv2-related release notes. Change-Id: I5867a99c591fa0517310318d3402a2e417acbe41
10 lines
419 B
YAML
10 lines
419 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
'nova-manage db sync' can now sync the cell0 database.
|
|
The cell0 db is required to store instances that cannot be scheduled to
|
|
any cell. Before the 'db sync' command is called, the cell0 database
|
|
must be created by the operator and a cell mapping for cell0 must be
|
|
created using 'nova-manage cell_v2 map_cell0'.
|
|
This command only needs to be called when upgrading to CellsV2.
|