Also document a couple more fixes. Signed-off-by: Bernardo Dal Seno <[email protected]> --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/NEWS b/NEWS index 58e25b9..7a8c653 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 ----------------- -- 1.8.2.1
