From 550a995ab987adab9acfa98d82b504e6785f1458 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 16 Jul 2009 15:41:36 +0200 Subject: [PATCH] Update NEWS and version for 2.0.2 release Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- NEWS | 30 ++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6709d3fa2..cbbf76a78 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Version 2.0.2 + - Added experimental support for stripped logical volumes; this should + enhance performance but comes with a higher complexity in the block + device handling; stripping is only enabled when passing + --with-lvm-stripecount=N to configure, but codepaths are affected + even in the non-stripped mode + - Improved resiliency against transient failures at the end of DRBD + resyncs, and in general of DRBD resync checks + - Fixed a couple of issues with exports and snapshot errors + - Fixed a couple of issues in instance listing + - Added display of the disk size in βgnt-instance infoβ + - Fixed checking for valid OSes in instance creation + - Fixed handling of the βvcpusβ parameter in instance listing and in + general of invalid parameters + - Fixed http server library, and thus RAPI, to handle invalid + username/password combinations correctly; this means that now they + report unauthorized for queries too, not only for modifications, + allowing earlier detect of configuration problems + - Added a new βroleβ node list field, equivalent to the master/master + candidate/drained/offline flags combinations + - Fixed cluster modify and changes of candidate pool size + - Fixed cluster verify error messages for wrong files on regular nodes + - Fixed a couple of issues with node demotion from master candidate + role + - Fixed node readd issues + - Added non-interactive mode for βganeti-masterd --no-votingβ startup + - Added a new β--no-votingβ option for masterfailover to fix failover + on two-nodes clusters when the former master node is unreachable + - Added instance reinstall over RAPI + Version 2.0.1 - added -H/-B startup parameters to gnt-instance, which will allow re-adding the start in single-user option (regression from 1.2) diff --git a/configure.ac b/configure.ac index d1c787823..12ba06df0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Configure script for Ganeti m4_define([gnt_version_major], [2]) m4_define([gnt_version_minor], [0]) -m4_define([gnt_version_revision], [1]) +m4_define([gnt_version_revision], [2]) m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], -- GitLab