Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: Filetracker
-
Labels:None
Description
Today, szkopuł ran out of inodes, because there were too many files in deployment/cache/locks:
(venv) sio2@snag ~/deployment$ du -d 1 --inodes cache/
1690536 cache/locks
9649 cache/files
1700186 cache/
Filetracker cache cleaner periodically deletes files from cache/files, but doesn't delete corresponding locks from cache/locks, which makes them accumulate forever. This should be fixed.
(venv) sio2@snag ~/deployment$ du -d 1 --inodes cache/
1690536 cache/locks
9649 cache/files
1700186 cache/
Filetracker cache cleaner periodically deletes files from cache/files, but doesn't delete corresponding locks from cache/locks, which makes them accumulate forever. This should be fixed.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits