mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-05-23 03:31:10 +00:00
update es permission error message
This commit is contained in:
parent
18a4484fa8
commit
37e173a5cc
@ -181,7 +181,7 @@ To apply the change permanently depends on your host operating system:
|
|||||||
- On any other platform look up in the documentation on how to pass kernel parameters.
|
- On any other platform look up in the documentation on how to pass kernel parameters.
|
||||||
|
|
||||||
### Permissions for elasticsearch
|
### Permissions for elasticsearch
|
||||||
If you see a message similar to `failed to obtain node locks, tried [/usr/share/elasticsearch/data]` and `maybe these locations are not writable` when initially starting elasticsearch, that probably means the container is not allowed to write files to the volume.
|
If you see a message similar to `Unable to access 'path.repo' (/usr/share/elasticsearch/data/snapshot)` or `failed to obtain node locks, tried [/usr/share/elasticsearch/data]` and `maybe these locations are not writable` when initially starting elasticsearch, that probably means the container is not allowed to write files to the volume.
|
||||||
To fix that issue, shutdown the container and on your host machine run:
|
To fix that issue, shutdown the container and on your host machine run:
|
||||||
```
|
```
|
||||||
chown 1000:0 -R /path/to/mount/point
|
chown 1000:0 -R /path/to/mount/point
|
||||||
|
Loading…
x
Reference in New Issue
Block a user