Merge branch 'stable-2.8' into master
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index cf2abac..f71a15a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,11 +39,28 @@ Version 2.8.0 beta1
   '--enabled-disk-templates'.
 
 
-Version 2.7.0 rc1
+Version 2.7.0 rc2
 -----------------
 
 *(unreleased)*
 
+- ``devel/upload`` now works when ``/var/run`` on the target nodes is a
+  symlink.
+- Disks added through ``gnt-instance modify`` or created through
+  ``gnt-instance recreate-disks`` are wiped, if the
+  ``prealloc_wipe_disks`` flag is set.
+- If wiping newly created disks fails, the disks are removed. Also,
+  partial failures in creating disks through ``gnt-instance modify``
+  triggers a cleanup of the partially-created disks.
+- Removing the master IP address doesn't fail if the address has been
+  already removed.
+
+
+Version 2.7.0 rc1
+-----------------
+
+*(Released Fri, 3 May 2013)*
+
 Incompatible/important changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -164,6 +181,8 @@ Since beta3:
 - Disable inter-cluster instance move for file-based instances, because
   it is dependant on instance export, which is not supported for
   file-based instances. (Issue 414)
+- Fix gnt-job crashes on non-ascii characters (Issue 427)
+- Fix volume group checks on non-vm-capable nodes (Issue 432)
 
 
 Version 2.7.0 beta3