ironic/releasenotes/notes/add-allocations-table-check-38f1c9eef189b411.yaml
Julia Kreger 9344eb22d1 Add upgrade check warning for allocations db
Adding an upgrade check to provide awareness to the state of
the database in regards if an unexpected engine is in use or
if the character set encoding is also not UTF8.

These will raise non-fatal warnings on the upgrade status
check.

Change-Id: Ide0eb4690a056be557e5ea7d5ba5f6be37b50d0a
Story: 2010384
2022-10-13 10:54:55 -07:00

9 lines
371 B
YAML

---
upgrade:
- |
Adds an upgrade status check for the Allocation table engine and
character set encoding on MySQL. This is a result of a missing
encoding definition on the table schema when originally created.
This issue will be remedied, in part, in a later version of Ironic,
but the upgrade status check will provide advance operator visibility.