From 53038f9b92a28f8217a1dd37acba5fe5fbe19bb7 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:38:13 +0500 Subject: [PATCH] Updated Volume Management (markdown) --- Volume-Management.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Volume-Management.md b/Volume-Management.md index 4671a34..7ec6e3b 100644 --- a/Volume-Management.md +++ b/Volume-Management.md @@ -60,6 +60,8 @@ The balancing plan will try to evenly spread the number of writable and readonly func balanceReadOnlyVolumes(){ //similar to balanceWritableVolumes } +``` +## Add volumes - -``` \ No newline at end of file +Run `weed shell` and `volume.mount -node : -volumeId ` 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