Does the cluster mode support three nodes? #1706
mzzgaopeng
started this conversation in
General
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Three nodes are acceptable, but the best practice is four nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
A minimum of 4 nodes is strongly recommended. A 3-node deployment typically follows the Ceph model with a default of 3 replicas. Data utilization is 33%. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
sudo tee /etc/default/rustfs <<EOF
RUSTFS_ACCESS_KEY=rustfsadmin
RUSTFS_SECRET_KEY=rustfsadmin
RUSTFS_VOLUMES="http://10.0.0.2:9200/data/rustfs http://10.0.0.3:9200/data/rustfs http://10.0.0.4:9200/data/rustfs"
RUSTFS_ADDRESS=":9200"
RUSTFS_CONSOLE_ADDRESS=":9201"
RUSTFS_CONSOLE_ENABLE=true
RUST_LOG=error
RUSTFS_OBS_LOG_DIRECTORY="/var/logs/rustfs/"
EOF
这种模式无法拉起集群模式吗
Beta Was this translation helpful? Give feedback.
All reactions