Sharing data into multiple physical drives

Good day,
We have a following situation.
We started storing elastic data in 1 TB drive, and now it is full.
We added one more disc with another 1 TB in size and configured two use both the drives, but unfortunately the elastic search is still considering the first drive.. and it is making the index read only as it reaches 95% of disc size.

Could any one suggest, how to use the two discs..basically we need to use the second disc to use elastic data.

Early response much appreciated.

Kind Regards
Srini.

Elasticsearch will not rebalance data between local file paths, so only new indices will get allocated to the new path. If you however spin up two nodes, one for each path, it should be rebalancing data.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.