Skip to content
Snippets Groups Projects
Commit 3dbb3348 authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Prepare NEWS file for Ganeti 2.6.0 rc3


Update NEWS regarding rc3 fixes and document changes in behaviour.

Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent c7e54e1d
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ News ...@@ -2,10 +2,10 @@ News
==== ====
Version 2.6.0 rc2 Version 2.6.0 rc3
----------------- -----------------
*(Released Tue, 03 Jul 2012)* *(Released Fri, 13 Jul 2012)*
New features New features
~~~~~~~~~~~~ ~~~~~~~~~~~~
...@@ -240,6 +240,10 @@ accept the target size of the disk, instead of the delta; this can be ...@@ -240,6 +240,10 @@ accept the target size of the disk, instead of the delta; this can be
more safe since two runs in absolute mode will be idempotent, and more safe since two runs in absolute mode will be idempotent, and
sometimes it's also easier to specify the desired size directly. sometimes it's also easier to specify the desired size directly.
Also the handling of instances with regard to offline secondaries has
been improved. Instance operations should not fail because one of it's
secondary nodes is offline, even though it's safe to proceed.
API changes API changes
~~~~~~~~~~~ ~~~~~~~~~~~
...@@ -295,6 +299,27 @@ verification. This will remove some rare but hard to diagnose errors in ...@@ -295,6 +299,27 @@ verification. This will remove some rare but hard to diagnose errors in
import-export. import-export.
Version 2.6.0 rc2
-----------------
*(Released Tue, 03 Jul 2012)*
Second release candidate for 2.6. The following changes were done from
rc2 to rc3:
- Fixed ``gnt-cluster verify`` regarding ``master-ip-script`` on non
master candidates
- Fixed a RAPI regression on missing beparams/memory
- Fixed redistribution of files on offline nodes
- Added possibility to run activate-disks even though secondaries are
offline. With this change it relaxes also the strictness on some other
commands which use activate disks internally:
* ``gnt-instance start|reboot|rename|backup|export``
- Made it possible to remove safely an instance if its secondaries are
offline
- Made it possible to reinstall even though secondaries are offline
Version 2.6.0 rc1 Version 2.6.0 rc1
----------------- -----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment