Rather trivial, but here it is. Iustin Pop (5): Make hbal opcode annotation more generic Add a function to change an OpCode's priority Add functions to parse CLI-level format of priorities Add CLI-level option to override the priority Enable use of the priority option in hbal
src/Ganeti/HTools/CLI.hs | 15 ++++++++++- src/Ganeti/HTools/Program/Hbal.hs | 43 +++++++++++++++++++------------- src/Ganeti/OpCodes.hs | 8 +++++- src/Ganeti/Types.hs | 17 ++++++++++++- test/hs/Test/Ganeti/Types.hs | 8 +++++- test/hs/shelltests/htools-balancing.test | 6 +++++ test/hs/shelltests/htools-invalid.test | 5 ++++ 7 files changed, 80 insertions(+), 22 deletions(-) -- 1.8.1
