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
shuffling the disks to check for an unattached volume wastes time.
We should try to have the syntax filter only the unattached disks and then wait for one to appear (looks like we're already doing this for AWS:
shuffling the disks to check for an unattached volume wastes time.
We should try to have the syntax filter only the unattached disks and then wait for one to appear (looks like we're already doing this for AWS:
elasticsearch-cloud-deploy/assets/scripts/aws/autoattach-disk.sh
Line 12 in 4112f84
If we can't filter, then we should iterate on the list of disks, and then get the list again in case a new disk has appeared.
https://github.com/BigDataBoutique/elasticsearch-cloud-deploy/blob/master/assets/scripts/aws/autoattach-disk.sh
elasticsearch-cloud-deploy/assets/scripts/gcp/autoattach-disk.sh
Line 9 in 4112f84
The text was updated successfully, but these errors were encountered: