mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Optimization (markdown)
parent
576cf70087
commit
4282b42ae2
|
@ -33,6 +33,8 @@ The volume can be pre-created with other parameters:
|
||||||
```bash
|
```bash
|
||||||
curl http://localhost:9333/vol/grow?count=12&collection=benchmark
|
curl http://localhost:9333/vol/grow?count=12&collection=benchmark
|
||||||
curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1
|
curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1
|
||||||
|
curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1&rack=rack1
|
||||||
|
curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1&rack=rack1&dataNode=node1
|
||||||
```
|
```
|
||||||
|
|
||||||
Another way to change the volume growth strategy is to use `master.toml` generated by `weed scaffold -config=master`. Adjust the following section:
|
Another way to change the volume growth strategy is to use `master.toml` generated by `weed scaffold -config=master`. Adjust the following section:
|
||||||
|
|
Loading…
Reference in a new issue