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

Low Disk Space #3

Closed
coursevector opened this issue Jan 21, 2016 · 3 comments
Closed

Low Disk Space #3

coursevector opened this issue Jan 21, 2016 · 3 comments

Comments

@coursevector
Copy link

I am getting a low disk space warning (Under 5GB free) after a few weeks of use and it has caused Splunk to stop indexing and not allow users to use the web interface. Moving the Splunk setting to 2GB restored functionality, but is obviously a temporary solution.

I am using data volume containers as suggested in the readme.

When I run docker ps -s I get:
14.08 MB (virtual 546.3 MB)

Is there another way I should be checking disk usage?

Any ideas on how to fix this or what may be happening?

Thanks.

@jeff-minard-ck
Copy link

I had the same thing, but it is related to disk space on the host, since docker doesn't really impose any direct limits itself (usually, you can, but if you were doing that you'd know).

@outcoldman
Copy link
Contributor

@coursevector how much disk space you actually have on your host machine where you run docker? You can run

df -h

Also you can run

docker info 

To find where is your Root Dir: - this is actually where the data from data volume container will be stored.

@coursevector
Copy link
Author

Ignore this. I tracked it back to another container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants