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
I've configured it to load ES 0.20.6 (which I know is old but I require for backwards compatibility with a product)
I had to run sudo yum groupinstall "Development Tools" on the AMI 2014 Linux box to get the script to work at all.
But now (everything seems to load and compile ok), I get:
[fog][WARNING] Unable to load the 'unf' gem. Your AWS strings may not be properly encoded.
[2014-11-17T15:28:16+00:00] INFO: Attaching volume: vol-f35d71f4 ........
and it takes longer than 2 hours (so far) and still hasn't finished attaching the volume.
In AWS I can see the EBS volume has been created and looks fine.
Any idea why it doesn't complete the process of attaching or what I can do to make it complete and move on to the step of configuring NGINX or anything.
I've had this working in the past (1 year ago) but am puzzled as to whats changed.
Thanks for any light you can shed.
The text was updated successfully, but these errors were encountered:
Hello! It sounds like you were able to get this working. In the meantime, we've re-written the cookbook using libraries that expose resources and providers, and we've removed support for the EBS recipe. I would recommend using the AWS chef cookbook for this use case now. Hope this helps.
I am running the scripts per the tutorial:
http://www.elasticsearch.org/tutorials/deploying-elasticsearch-with-chef-solo/
I've configured it to load ES 0.20.6 (which I know is old but I require for backwards compatibility with a product)
I had to run sudo yum groupinstall "Development Tools" on the AMI 2014 Linux box to get the script to work at all.
But now (everything seems to load and compile ok), I get:
[fog][WARNING] Unable to load the 'unf' gem. Your AWS strings may not be properly encoded.
[2014-11-17T15:28:16+00:00] INFO: Attaching volume: vol-f35d71f4 ........
and it takes longer than 2 hours (so far) and still hasn't finished attaching the volume.
In AWS I can see the EBS volume has been created and looks fine.
Any idea why it doesn't complete the process of attaching or what I can do to make it complete and move on to the step of configuring NGINX or anything.
I've had this working in the past (1 year ago) but am puzzled as to whats changed.
Thanks for any light you can shed.
The text was updated successfully, but these errors were encountered: