It depends on how many shards you have. Elasticsearch will allocate a shard per disk. So depending on how shards and nodes you have, a few disks may still not be used until you have enough shards.
-bash-3.00# curl -XGET 'localhost:9200/_cat/indices?v&pretty'
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open dcr_openet DPIiTJDKTNK5J_cLbHar6w 5 1 274500000 0 51.7gb 51.7gb
I have only 416 GB available in this partition (data1)
So, as I have defined two partition in elasticsearch.yml file, ES will allocate automatically the /data2 partition if necessary ?
I dont need set any other configuration in my elasticsearch.yml to make this balance ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.