You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CentOS Linux release 7.3.1611 (Core)
Openshift 3.7.1
Describe the results you received:
The issue is that /run increases in inode use until all the inodes are depleted and Openshift and Docker become unstable. Normally restarting docker will clear some space or a reboot to completely clean it up.
The directory structures which use all the inodes are in /run/docker/libcontainerd/
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
CentOS Linux release 7.3.1611 (Core)
Openshift 3.7.1
Describe the results you received:
The issue is that /run increases in inode use until all the inodes are depleted and Openshift and Docker become unstable. Normally restarting docker will clear some space or a reboot to completely clean it up.
The directory structures which use all the inodes are in /run/docker/libcontainerd/
and seem to be related to stdin/stderr/stdout of exec'd commands:
Note that this is a current container and still has entries from November and has 247163 total entries.
Describe the results you expected:
I would expect that docker clean up /run as appropriate so that /run does not use all inodes.
Additional information you deem important (e.g. issue happens only occasionally):
I saw a similar issue in the another repo:
docker/for-linux#214
which seems to indicate this is fixed upstream somehow. I have not been able to find any further information.
Thanks!
--John
The text was updated successfully, but these errors were encountered: