Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Docker container consumed large number of inodes #15

Open
dantefromhell opened this issue May 15, 2023 · 1 comment
Open

Docker container consumed large number of inodes #15

dantefromhell opened this issue May 15, 2023 · 1 comment
Assignees

Comments

@dantefromhell
Copy link
Owner

Which resulted in /run (a TMPFS on CentOS 7) running out of empty inodes.

Troubleshooting showed

$ { find /run -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n; } 2>/dev/null
[... SNIP ...]
 498772 /run/docker/libcontainerd/19e9fe6cf800b0089d54064ace641a3ce4d56d8381dec570030896c58c6e9e41

The beginning of the hash value overlaps with the container ID column of docker ps -a output.

@dantefromhell dantefromhell changed the title Docker container consumed large amount of inodes Docker container consumed large number of inodes May 15, 2023
@dantefromhell
Copy link
Owner Author

Restarting the container released the inodes.
Previous runtime was ~6 months.

@dantefromhell dantefromhell self-assigned this May 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant