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
After creating the structure, the [unpack /var/chef/cache/elasticsearch.tar.gz] is delayed until later during the chef process. My internet connection is not exactly top and occasionally cuts out before the files are unpacked for in the elasticsearch-x.xx.x directory.
When I rerun the chef command, the ES recipe does not attempt to unpack the elasticsearch.tar.gz file. The problem can be reproduced simply by deleting the files in /usr/local/elasticsearch-x.xx.x/* and re-running the ES recipe.
The text was updated successfully, but these errors were encountered:
Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version; could you verify that for us? Hope this helps! Please re-open as a new issue if you're still seeing it.
Hello,
During my chef run recently I noticed that using ark, the ES recipe creates the following directory structure:
After creating the structure, the
[unpack /var/chef/cache/elasticsearch.tar.gz]
is delayed until later during the chef process. My internet connection is not exactly top and occasionally cuts out before the files are unpacked for in the elasticsearch-x.xx.x directory.When I rerun the chef command, the ES recipe does not attempt to unpack the elasticsearch.tar.gz file. The problem can be reproduced simply by deleting the files in
/usr/local/elasticsearch-x.xx.x/*
and re-running the ES recipe.The text was updated successfully, but these errors were encountered: