From 956cd050cc6d98c3724784c6dca4dfc614550661 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:38:50 +0500 Subject: [PATCH] Updated Volume Management (markdown) --- Volume-Management.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Volume-Management.md b/Volume-Management.md index 9b5dd3e..5781999 100644 --- a/Volume-Management.md +++ b/Volume-Management.md @@ -64,5 +64,4 @@ The balancing plan will try to evenly spread the number of writable and readonly ## Add volumes 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 +You can also execute locally on volume server `kill -s HUP $(pgrep -f "weed volume")` to mount for all new volume files.