From 31e693475b373fe8d7633fa4af3d9af77b8471df Mon Sep 17 00:00:00 2001 From: kez <kez@torproject.org> Date: Tue, 2 Aug 2022 15:07:32 -0700 Subject: [PATCH] hbal uses -p not -P --- howto/ganeti.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/ganeti.md b/howto/ganeti.md index 07231aee..535a0f06 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -1274,7 +1274,7 @@ special condition. This can be easily corrected with this command, which will spread instances around the cluster to balance it: - hbal -L -C -v -P + hbal -L -C -v -p The above will show the proposed solution, with the state of the cluster before, and after (`-P`) and the commands to get there @@ -1282,7 +1282,7 @@ cluster before, and after (`-P`) and the commands to get there commands. An alternative is to pass the `-X` argument, to tell `hbal` to actually issue the commands itself: - hbal -L -C -v -P -X + hbal -L -C -v -p -X This will automatically move the instances around and rebalance the cluster. Here's an example run on a small cluster: -- GitLab