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
{{ message }}
This repository was archived by the owner on Oct 15, 2023. It is now read-only.
on an Ubuntu 18.04 LTS machine i got th error message:
cp: error writing '/etc/opt/janusgraph/janusgraph.properties': No space left on device
cp: error writing '/etc/opt/janusgraph/gremlin-server.yaml': No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 74: echo: write error: No space left on device
waiting for storage...
The reason was that the docker server environment was out of disk space.
It would be an improvement if there would be a hint on how much disk space is needed and a rudimentary check if a minimal amount of disk space is still available before proceesing.