From bcd87e22bb462c87c50fc07a2cca14a977e79253 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Fri, 10 Jun 2011 12:27:12 +0000 Subject: [PATCH] --select-instances hbal manpage update Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- man/hbal.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/hbal.rst b/man/hbal.rst index df09b759b..aea36024a 100644 --- a/man/hbal.rst +++ b/man/hbal.rst @@ -30,6 +30,7 @@ Algorithm options: **[ --no-instance-moves ]** **[ -U *util-file* ]** **[ --evac-mode ]** +**[ --select-instances *inst...* ]** **[ --exclude-instances *inst...* ]** Reporting options: @@ -369,6 +370,10 @@ The options that can be passed to the program are as follows: (bulk) replacement for Ganeti's own *gnt-node evacuate*, with the note that it doesn't guarantee full evacuation. +--select-instances=*instances* + This parameter marks the given instances (as a comma-separated list) + as the only ones being moved during the rebalance. + --exclude-instances=*instances* This parameter marks the given instances (as a comma-separated list) from being moved during the rebalance. -- GitLab