3 node erasure coding cluster #190
Replies: 2 comments 3 replies
-
Hi @djakupovic , RustFS and MinIO do not recommend three nodes. Three nodes cannot achieve the optimal load. The reasons are:
It is not that three nodes are not good. It is that the data risk will increase when three nodes are deployed. You can deploy three nodes using MinIO and RustFS. However, this is not the configuration recommended by best practices. |
Beta Was this translation helpful? Give feedback.
-
Ok thank you for the reply, can you please update your documentation stating this, because for me I understood as if it a hard requirement to have 4 nodes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
your documentation states that you need at least 4 nodes with an example of 12+4. why is 3 node not possible with 4+2 e.g?
This would be the setting in minio, 6 drives, 3 nodes:
MINIO_STORAGE_CLASS_STANDARD: "EC:2" # use only 2 parity disks
MINIO_STORAGE_CLASS_RRS: "EC:1" # set x-amz-storage-class: REDUCED_REDUNDANCY header for an upload to only use 1 parity
It would be great if a 3 node cluster is possible in future, or maybe it is even now. If it is, what to do?
Best
Beta Was this translation helpful? Give feedback.
All reactions