From ef726a3f375b3500282b91356d103f0daa6ce793 Mon Sep 17 00:00:00 2001 From: Bernardo Dal Seno <bdalseno@google.com> Date: Fri, 17 May 2013 02:40:21 +0200 Subject: [PATCH] Update NEWS with disk creation fixes Also document a couple more fixes. Signed-off-by: Bernardo Dal Seno <bdalseno@google.com> Reviewed-by: Thomas Thrainer <thomasth@google.com> --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 58e25b9e7..7a8c653f6 100644 --- 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 ----------------- -- GitLab