The wording "even for small clusters" does not make sense when reading the rest of the sentence, I'm guessing that it is supposed to refer to larger clusters.

Alexander Backlund 2022-05-25 09:26:48 +02:00
parent c2c53f0332
commit 1b7885fe2c

@ -54,7 +54,7 @@ weed server -filer -s3 -ip=xx.xx.xx.xx -volume.max=0 -master.volumeSizeLimitMB=1
If there are 2 machines, it is not possible to achieve consensus. Just do not bother to setup multiple masters.
Even for small clusters, it is totally fine to have one single master. The load on master is very light. It is unlikely to go down. You can always just restart it since it only has soft states collected from volume servers.
Even for large clusters, it is totally fine to have one single master. The load on master is very light. It is unlikely to go down. You can always just restart it since it only has soft states collected from volume servers.
### Setup masters