mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Volume Management (markdown)
parent
10c88f8a3b
commit
1443b9a11a
|
@ -13,7 +13,7 @@ In `weed shell`, the command `volume.fix.replication` will do exactly that, auto
|
|||
## Balance volumes
|
||||
When running large clusters, it is common to add more volume severs, or some volume servers are down, or some volume servers are replaced. These topology changes can cause unbalanced number of volumes on volume servers.
|
||||
|
||||
In `weed shell`, the command `volume.balance` will generate a balancing plan, and `volume.balance -f` will execute the balancing plan and move the actual volumes.
|
||||
In `weed shell`, the command `volume.balance` will generate a balancing plan, and `volume.balance -force` will execute the balancing plan and move the actual volumes.
|
||||
|
||||
The balancing plan will try to evenly spread the number of writable and readonly
|
||||
|
||||
|
|
Loading…
Reference in a new issue