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
Wojciech Dubiel
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
Today, szkopuł ran out of inodes, because there were too many files in deployment/cache/locks:
{code} (venv) sio2@snag ~/deployment$ du -d 1 --inodes cache/ 1690536 cache/locks 9649 cache/files 1700186 cache/ {code} 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. |
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. |
Szymon Acedański
made changes -
Assignee | Szymon Acedański [ accek ] |
Szymon Acedański
made changes -
Status | New [ 10000 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |