Consider making upgrade check for old computes a failure
Bug #1956983 reported by
Pierre Riteau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Currently, the upgrade check for older than N-1 computes only produces a warning.
For example:
Check: Older than N-1 computes
Result: Warning
Details: Current Nova version does not support computes older than
Victoria but the minimum compute service level in your
system is 30 and the oldest supported service level is 52.
If this is overlooked, Nova services will fail to start after upgrade. With Nova API down, the old services cannot be removed without database edits.
Is there a specific reason to keep this check as a warning rather than a failure?
Changed in nova: | |
status: | Invalid → New |
To post a comment you must log in.
I'm not sure I'd classify it as a bug. Probably a good thought so, so marking it Invalid/Wishlist but I'm open to thoughts.
To answer your question, now that we have an hardstop blocking nova services to restart if there are old enough, this sound a legit blueprint to address.