Update NEWS with disk creation fixes
authorBernardo Dal Seno <bdalseno@google.com>
Fri, 17 May 2013 00:40:21 +0000 (02:40 +0200)
committerBernardo Dal Seno <bdalseno@google.com>
Fri, 17 May 2013 10:02:29 +0000 (12:02 +0200)
Also document a couple more fixes.

Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 58e25b9..7a8c653 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,23 @@ News
 ====
 
 
+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
 -----------------