-
Notifications
You must be signed in to change notification settings - Fork 201
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
java.io.IOException: No space left on device #43
Comments
Hi there, we tried to replicate this internally and we were unsuccessful. Mind sharing your exact steps to reproduce? |
I also met the problem, the full stack trace below
while I still have enough disk space
|
If it helps anyone, I had this problem and increased the amount of disk space given to Docker and restarted docker and then restarted my containers and the problem went away. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With mounted volume from host, it shows "java.io.IOException: No space left on device" error when running indexing to sync the remote index with local one.
The problem is that I have more than enough disk on the mounted volume while nexus running from inside the docker container does not think so.
pls help...
The text was updated successfully, but these errors were encountered: