Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System low on space (docker): test-ibmcloud-rhel7-x64-1 #3535

Closed
sxa opened this issue Apr 25, 2024 · 1 comment
Closed

System low on space (docker): test-ibmcloud-rhel7-x64-1 #3535

sxa opened this issue Apr 25, 2024 · 1 comment

Comments

@sxa
Copy link
Member

sxa commented Apr 25, 2024

  • Please put the system name in the title of this issue test-ibmcloud-rhel7-x64-1

  • Link to any log file showing the problem: Flagged by Nagios as having <10GB of space, although I've cleaned up a 4GB

  • Please describe the issue:

/var/lib/docker is consuming 52GB of space. Docker system df does not show a significant amount in use:

TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          4         0         2.264GB   2.264GB (100%)
Containers      0         0         0B        0B
Local Volumes   1         0         6.508MB   6.508MB (100%)
Build Cache     15        0         0B        0B

There are lots of directories under /var/lib/docker/overlay2 which areup to 1GB in size so it's not one individual container or image that is causing a problem here.

@sxa
Copy link
Member Author

sxa commented Apr 30, 2024

Issued the following to recover it:

systemctl stop docker
rm -rf /var/lib/docker
systemctl start docker

@sxa sxa closed this as completed Apr 30, 2024
@sxa sxa added this to the 2024-04 (April) milestone Apr 30, 2024
@sxa sxa self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant