Server can't be started due to `lost+found` folder
I'm running JanusGraph as a docker container with a mounted volume at
/var/lib/janusgraph
.
Experiencing this issue after restarting the container:
Look like it was created by the linux file system with root only permission.
Why does JanusGraph need to read this dir in order to start? Can we have it ignore it instead?2 Replies
Actually I think it's because of this here: https://github.com/JanusGraph/janusgraph-docker/blob/30b9415006036e4279f2d555649846a871a31417/1.0/Dockerfile#L83
Not sure if this is the right way to go: https://github.com/JanusGraph/janusgraph/pull/4428
GitHub
fix: chown fail when OS create folders or files with root only perm...
I'm having issue with Janusgraph whenever the OS create files or folders in the Janusgraph owned directory. For example, when the system restart unexpectedly and a lost+found folder is created....