Hi, Everyone!
Am quite new to Seaweed. Our Lead Developer have setup seaweed server on Hetzner and we are using it to store Images.. from a Phoenix API build in Elixir. as we attached our Hetzner server to newrelic and we are getting information about the storage that we are soon to be out of it. I have few questions about seaweeds.
1: we have millions of images on our seaweeds server. And Now we want to increase its volume. What should be the best way to do it? Buying a new server on hetzner and attach it to the master? If yes! Then what is the way to do it?
I have such idea in mind that If I may get a server and just install seaweed there up and running then my phoenixAPI just need the URL to go to it.
But What about doing something that our current server will remain the same but we have a new storage server attached to it? so that everything goes smooth?
2: Can we do something that buying a new storage server and attaches it to master seaweed but we want to configure RAID6 on it as well. So can we configure RAID6 on it before attaching it to the current server?
currently on storage server the out put of `cat /proc/mdstat` is as
```
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
unused devices: <none>
```