mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Replication (markdown)
parent
3a383f932d
commit
77da19a6bc
|
@ -56,4 +56,12 @@ Now when requesting a file key, an optional "dataCenter" parameter can limit the
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
http://localhost:9333/dir/assign?dataCenter=dc1
|
http://localhost:9333/dir/assign?dataCenter=dc1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Fix replication
|
||||||
|
|
||||||
|
If one replica is missing, there are no automatic repair right away. This is to prevent over replication due to transient volume sever failures or disconnections.
|
||||||
|
|
||||||
|
To repair the missing replicas, you can use `volume.fix.replication` in `weed shell`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue