bf518cd540
A bug was introduced during Liberty where Ironic transparently ignores all clean steps and finishes cleaning. This is caused by _get_node_next_clean_steps returning an empty list when cleaning has just started. Fix this method to return the full list of clean steps when cleaning begins. This may leave previous tenants' data on disk and available to future tenants. Deployers should apply this patch (or upgrade to a new release with this patch) ASAP. Depends-On: Id15cf6cc49122b08e557e44871b31a8c0d20b55d Change-Id: If815f81d7e668244f0d434d4e2933e8f41946107 Closes-Bug: #1517277
12 lines
375 B
YAML
12 lines
375 B
YAML
---
|
|
prelude: >
|
|
A major bug was fixed where clean steps do not run.
|
|
critical:
|
|
- This fixes a bug where Ironic skipped all clean steps,
|
|
which may leave the previous tenant's data on disk
|
|
available to new users.
|
|
security:
|
|
- This fixes a bug where Ironic skipped all clean steps,
|
|
which may leave the previous tenant's data on disk
|
|
available to new users.
|