mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Volume Management (markdown)
parent
54502a2a0d
commit
53038f9b92
|
@ -60,6 +60,8 @@ The balancing plan will try to evenly spread the number of writable and readonly
|
||||||
func balanceReadOnlyVolumes(){
|
func balanceReadOnlyVolumes(){
|
||||||
//similar to balanceWritableVolumes
|
//similar to balanceWritableVolumes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
## Add volumes
|
||||||
|
|
||||||
|
Run `weed shell` and `volume.mount -node <host>:<port> -volumeId <id>` to mount a volume file
|
||||||
|
You can also execute locally on volume server `kill -s HUP $(pgrep -f "weed volume")` to mount for all new volume files
|
||||||
|
|
Loading…
Reference in a new issue