Signed-off-by: Guido Trotter <[email protected]> --- man/hbal.rst | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/man/hbal.rst b/man/hbal.rst index f8f2fb1..df09b75 100644 --- a/man/hbal.rst +++ b/man/hbal.rst @@ -27,6 +27,7 @@ Algorithm options: **[ -g *delta* ]** **[ --min-gain-limit *threshold* ]** **[ -O *name...* ]** **[ --no-disk-moves ]** +**[ --no-instance-moves ]** **[ -U *util-file* ]** **[ --evac-mode ]** **[ --exclude-instances *inst...* ]** @@ -355,6 +356,13 @@ The options that can be passed to the program are as follows: a much quicker balancing, but of course the improvements are limited. It is up to the user to decide when to use one or another. +--no-instance-moves + This parameter prevents hbal from using instance moves + (i.e. "gnt-instance migrate/failover") operations. This will only use + the slow disk-replacement operations, and will also provide a worse + balance, but can be useful if moving instances around is deemed unsafe + or not preferred. + --evac-mode This parameter restricts the list of instances considered for moving to the ones living on offline/drained nodes. It can be used as a -- 1.7.2.5
