From f6044dc4302045d64d07080d2b6711216ac6fdfe Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 29 Dec 2009 20:13:42 +0100
Subject: [PATCH] Update NEWS file for the 0.2.2 release

---
 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS b/NEWS
index bd1755b63..285d33780 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
 Ganeti-htools release notes
 ===========================
 
+Version 0.2.2 (Tue, 29 Dec 2009)
+--------------------------------
+
+Small release, 0.2.1 was broken and thus this was released earlier:
+
+- Release 0.2.1 broke the LUXI backend due to a typo, fixed
+- Added a live-test script that should catch errors like the above one
+  in the future (needs a working, non-empty cluster)
+- Changed RAPI and LUXI backends to treat drained nodes as offline,
+  similar to the IAllocator backend change in 0.2.0 (which was wrongly
+  marked as affecting all backends)
+- Changed the metrics for offline instances and N1 score from percent to
+  count, in order to increase the priority of evacuations
+- Added a new metric (offline primary instances) which should fix the
+  evacuation of a offline node in a 2-node cluster
+
 Version 0.2.1 (Wed,  2 Dec 2009)
 --------------------------------
 
-- 
GitLab