mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Volume Management (markdown)
parent
bab1989506
commit
41bef1812b
|
@ -1,5 +1,8 @@
|
||||||
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 missing volume replicas, or unbalanced number of volumes on volume servers.
|
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 missing volume replicas, or unbalanced number of volumes on volume servers.
|
||||||
|
|
||||||
|
## Optimize volumes
|
||||||
|
See [Optimization] page on how to optimize for concurrent writes and concurrent reads.
|
||||||
|
|
||||||
## Fix missing volumes
|
## Fix missing volumes
|
||||||
When running large clusters, it is common that some volume servers are down. If a volume is replicated and one replica is missing, the volume will be marked as readonly.
|
When running large clusters, it is common that some volume servers are down. If a volume is replicated and one replica is missing, the volume will be marked as readonly.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue