Increase Elasticsearch Diskspace

I'm running a ES cluster on GCE (Google compute engine). I'm starting to run out of space and increased the disk-space in the GCE console. Elasticsearch does not seem to pick up this change.
Do I have to do some kind of setting on the machines as well? When I query:
curl http://[CLUSTER_IP]/_nodes/stats/fs?pretty=1
It still gives me the old disc size. I've tried restarting the node without result.
Any clue would be helpful, Thanks!

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