-
Notifications
You must be signed in to change notification settings - Fork 343
Unable to access 'path.data' #74
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
Comments
Have the same issue on Mac OS X... |
Same on Mac OS X. |
This is related to boot2docker/boot2docker#581; since the elasticsearch process runs as a different user id than the owner of the folder shared from the Mac, it will not have access to write to the VBox Shared Folder. The reason The linked thread has some suggestions for working around the issue. Some users that want persistence (@md5) just mount a second virtual disk to their VM and mount folders from there to their containers; this allows them to rebuild the VM anytime but still keep their data. |
Thanks @yosifkit! |
This commit was created by the elastic-dockerfiles-publisher.
Hi, I'm having this issue when trying to have a mounted data volume
If I mount
/tmp/esdata
from my host instead, surprisingly it works:The text was updated successfully, but these errors were encountered: