placement/releasenotes/notes/upgrade-status-check-incomplete-consumers-3362d7db55dd8bdf.yaml
Matt Riedemann 0f97cebedd Add upgrade status check for incomplete consumers
Since the create_incomplete_consumers online data migration
was copied from nova to placement, and will eventually be
removed from nova (and the nova online data migration won't
help once the placement data is copied over to extracted placement
on upgrade anyway), this adds an upgrade check to make sure
operators completed that online data migration.

Normally we wouldn't add upgrade checks for online data migrations
which should get automatically run by deployment tools, but since
extracted placement is very new, it's nice to provide tooling to
let operators know they have not only properly migrated their
data to extracted placement but whether or not their upgrade
homework is done.

Change-Id: I7f3ba20153a4c1dc8f5b209024edb882fcb726ef
2019-01-18 22:00:42 -05:00

7 lines
226 B
YAML

---
upgrade:
- |
An upgrade check was added to the ``placement-status upgrade check``
command for incomplete consumers which can be remedied by running the
``placement-manage db online_data_migrations`` command.