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
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.
The text was updated successfully, but these errors were encountered:
They seem harmless, but we should probably investigate why these
mv: cannot stat
errors appear in the logs:The text was updated successfully, but these errors were encountered: