Move existing erasure code server to distributed mode #12114
-
|
I have an existing server started in erasure code mode like this
The 10 disks are almost full and I would like to switch to an distributed mode. I tried to stop the server and restart it like this
but I keep getting an error such as
How can I move to a distributed mode without reformatting the disks? It would be devastating if we are stuck with a 100TB node that we are unable to extend. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You need to add another server pool since you cannot change the configuration of your existing one. For your setup that would be...
|
Beta Was this translation helpful? Give feedback.
You need to add another server pool since you cannot change the configuration of your existing one.
For your setup that would be...
minio server http://host1.domain.com:9000/data{1...10} http://host2.domain.com:9000/data{1...10}