Hello there,
I created a hot node with 30 GB and I need extra storage(100GB). I added(mounted) a disk but the ECE instance can not see the new extra storage.
[user@xxx~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 30G 8.8G 21G 31% /
/dev/sdb1 100G 746M 100G 1% /mnt/foo
Do I have to change anything in the cluster deployment? The ration is 1:64("storage_multiplier" : 64.0,) I was expecting that after increase the new value of Disk allocation will turn to 130G.
Thank you!