BigDataBoutique / elasticsearch-cloud-deploy

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

Purpose of var.elasticsearch_volume_size #51

Closed kostyrev closed 6 years ago

kostyrev commented 6 years ago

Could you please elaborate on defining var.elasticsearch_volume_size if by default you expect nvme1n1 that is 493G

root@ip-10-0-44-42:~# df -Ph /opt/elasticsearch/data
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme1n1    493G   70M  467G   1% /opt/elasticsearch/data

on c5.2xlarge

root@ip-10-0-44-42:~# curl -sf http://169.254.169.254/latest/meta-data/instance-type | xargs
c5.2xlarge
kostyrev commented 6 years ago

Maybe I was mistaken and did override volume_size. I've got no time to verify so I'm closing it.