From 7579eb06edc6a9626e3065b288385a996cf141bb Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 25 Sep 2009 16:11:29 +0200 Subject: [PATCH] Update NEWS file for version 2.0.4 We don't bump up the version yet, pending more QA tests. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/NEWS b/NEWS index f18520589..0b83467a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +Version 2.0.4 + - Fixed many wrong messages + - Fixed a few bugs related to the locking library + - Fixed MAC checking at instance creation time + - Fixed a DRBD parsing bug related to gaps in /proc/drbd + - Fixed a few issues related to signal handling in both daemons and + scripts + - Fixed the example startup script provided + - Fixed insserv dependencies in the example startup script (patch + from Debian) + - Fixed handling of drained nodes in the iallocator framework + - Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug + #528618) + - Fixed error related to invalid job IDs in job polling + - Fixed job/opcode persistence on unclean master shutdown + - Fixed handling of partial job processing after unclean master + shutdown + - Fixed error reporting from burnin + - Decreased significantly the memory usage of the job queue + - Optimised slightly multi-job submission + - Optimised slightly opcode loading + - Backported the multi-job submit framework from the development + branch; multi-instance start and stop should be faster + - Added script to clean archived jobs after 21 days; this will + reduce the size of the queue directory + - Added some extra checks in disk size tracking + - Added an example ethers hook script + - Added a cluster parameter that prevents Ganeti from modifying of + /etc/hosts + - Added more node information to RAPI responses + - Added a βgnt-job watchβ command that allows following the ouput of + a job + - Added a bind-address option to ganeti-rapi + - Added more checks to the configuration verify + - Enhanced the burnin script such that some operations can be + retried automatically + - Converted instance reinstall to multi-instance model + Version 2.0.3 - Added β--ignore-sizeβ to the βgnt-instance activate-disksβ command to allow using the pre-2.0.2 behaviour in activation, if any -- GitLab