Skip to content
Snippets Groups Projects
Commit fcbf0da4 authored by Iustin Pop's avatar Iustin Pop
Browse files

Enable hbal to use the new command line option

parent c424cdc8
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ Algorithm options:
.B "[ --no-disk-moves ]"
.BI "[ -U " util-file " ]"
.B "[ --evac-mode ]"
.BI "[ --exclude-instances " inst... " ]"
.TP
Reporting options:
......@@ -408,6 +409,12 @@ to the ones living on offline/drained nodes. It can be used as a
(bulk) replacement for Ganeti's own \fIgnt-node evacuate\fR, with the
note that it doesn't guarantee full evacuation.
.TP
.BI "--exclude-instances " instances
This parameter marks the given instances (as a comma-separated list)
from being moved during the rebalance. Note that the instances must be
given their full name (as reported by Ganeti).
.TP
.BI "-U" util-file
This parameter specifies a file holding instance dynamic utilisation
......
......@@ -74,6 +74,7 @@ options =
, oDiskMoves
, oDynuFile
, oExTags
, oExInst
, oShowVer
, oShowHelp
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment