Skip to content
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

Errors in prepare-fs init container logs #801

Closed
sebgl opened this issue May 9, 2019 · 0 comments · Fixed by #937
Closed

Errors in prepare-fs init container logs #801

sebgl opened this issue May 9, 2019 · 0 comments · Fixed by #937
Assignees
Labels
>bug Something isn't working

Comments

@sebgl
Copy link
Contributor

sebgl commented May 9, 2019

They seem harmless, but we should probably investigate why these mv: cannot stat errors appear in the logs:

Plugins installation duration: 9 sec.
Linking /mnt/elastic/secrets/users to /usr/share/elasticsearch/config/users
Linking /mnt/elastic/secrets/roles.yml to /usr/share/elasticsearch/config/roles.yml
Linking /mnt/elastic/secrets/users_roles to /usr/share/elasticsearch/config/users_roles
Linking /mnt/elastic/es-config/elasticsearch.yml to /usr/share/elasticsearch/config/elasticsearch.yml
Linking /mnt/elastic/unicast-hosts/unicast_hosts.txt to /usr/share/elasticsearch/config/unicast_hosts.txt
File linking duration: 0 sec.
Moving /usr/share/elasticsearch/config/* to /volume/config/
Moving /usr/share/elasticsearch/plugins/* to /volume/plugins/
mv: cannot stat '/usr/share/elasticsearch/plugins/*': No such file or directory
Moving /usr/share/elasticsearch/bin/* to /volume/bin/
Moving /usr/share/elasticsearch/data/* to /volume/data/
mv: cannot stat '/usr/share/elasticsearch/data/*': No such file or directory
Moving /usr/share/elasticsearch/logs/* to /volume/logs/
mv: cannot stat '/usr/share/elasticsearch/logs/*': No such file or directory
Files copy duration: 0 sec.
chowning /volume/data to elasticsearch:elasticsearch
changed ownership of '/volume/data' from root:root to elasticsearch:elasticsearch
chowning /volume/logs to elasticsearch:elasticsearch
changed ownership of '/volume/logs' from root:root to elasticsearch:elasticsearch
chown duration: 0 sec.
Init script successful
Script duration: 9 sec.
@sebgl sebgl added the >bug Something isn't working label May 9, 2019
@thbkrkr thbkrkr self-assigned this May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants