I have two physical nodes powered by Ubuntu
and connected to each other with Corosync
. And I have the FreeNAS
server as NAS
. This NAS
server mounted on every node - basic scenario.
Now I'm not able to add more HDD/SDD to my NAS. I can't add more space. Run out of free SATA ports and run out of PCI ports to add more ports. "Squeezed all the juices". I see only one solution: run new NAS
server, mount it on every node, like the first, update app's config on every node to tell about new available path and restart this apps.
I think this is the worst solution possible:
- Need to stop apps
- Too much manual stuff
Help me with the best solution in my case please. Thanks in advance.