From bbd1d27390f9e3a664de09aa2e951ecf110e54a9 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 9 Mar 2009 21:47:48 +0100 Subject: [PATCH] Add a news file and make the 0.0.5 release --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..e4acdb3ac --- /dev/null +++ b/NEWS @@ -0,0 +1,22 @@ +Version 0.0.5: + - a few small improvements for hbal (possibly undone by later + changes), hbal is now quite faster + - fix documentation building + - allow hbal to work on non N+1 compliant clusters, but without + guarantees that the end cluster will be compliant; in any case, this + should give a smaller number of nodes that are not compliant if the + cluster state permits it + - strip common domain suffix from nodes and instances, so that output + is shorter and hopefully clearer + +Version 0.0.4: + - better balancing algorithm in hbal + - implemented an RAPI collector, now the cluster data can be gathered + automatically via RAPI and doesn't need manual export of node and + instance list + +Version 0.0.3: + - initial release of the hbal, a cluster rebalancing tool + - input data format changed due to hbal requirements + +Previous version was initial announcement. -- GitLab