I got a elasticsearch cluster with 3 nodes. Each node got a path.data (size 5T)
Which is a virtual harddisk.
I would like to know is it possible to enlarge the disk storage by extend the virtual disk to 10T.
If it is supported by elasticsearh, what is the recommended steps
- extend virtual harddisk
- stop elasticsearch service in the node
- enlarge the disk in OS level
- start the elsticsearch service in the node
.......
Thanks!