mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove Create а specific volume on a specific volume server
parent
00f8d62348
commit
f7da3f190a
|
@ -32,16 +32,6 @@ curl -X DELETE http://127.0.0.1:8080/3,01637037d6
|
|||
```bash
|
||||
curl http://127.0.0.1:8080/3,01637037d6?cm=false
|
||||
```
|
||||
|
||||
### Create а specific volume on a specific volume server
|
||||
|
||||
```bash
|
||||
curl "http://localhost:8080/admin/assign_volume?replication=000&volume=3"
|
||||
```
|
||||
|
||||
This generates volume 3 on this volume server.
|
||||
|
||||
If you use other replicationType, e.g. 001, you would need to do the same on other volume servers to create the mirroring volumes.
|
||||
|
||||
### Delete а volume
|
||||
|
||||
|
|
Loading…
Reference in a new issue