Actions
Bug #22710
closed/var/rudder/inventories/historical is never cleaned-up
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We keep an (LDIF) serialization of inventories of node at the moment where they are accepted or refused.
This directory is NEVER cleaned up:
- not in a time-based way (ie: we keep the inventory of the node for 1 year)
- not in a node existence way (ie: we keep the data for removed nodes).
This is bad and means we have an always growing directory.
Actions