BigDataBoutique / elasticsearch-cloud-deploy

Deploy Elasticsearch on the cloud easily
https://bigdataboutique.com/services/elasticsearch-consulting
Apache License 2.0
331 stars 146 forks source link

Mount issues in aws/autoattach-disk.sh #135

Open shaigbdb opened 3 months ago

shaigbdb commented 3 months ago

AWS fails to mount the attached disk in some cases. The syntax for the device name (lsblk...) in AWS misses sed ':a;N;$!ba;s/\n|-/ /g' that should be added (also grep -v " rom" ? )