ironic/releasenotes/notes/periodic-clean-up-29c33d2516bf16ec.yaml
Dmitry Tantsur db4b4c08d9 Clean up caches periodically
Currently they're only cleaned up on demand, which can lead to
unnecessary disk usage on deployments that are not actively used.

Story: #2008909
Task: #42500
Change-Id: Id5b58d1d1b2bbd2988db7a08d4ccfe2166033147
2021-09-22 15:19:24 +02:00

6 lines
174 B
YAML

---
features:
- |
All image caches are now cleaned up periodically, not only when used.
Set ``[conductor]cache_clean_up_interval`` to tune the interval or disable.