This patch adds information about the xl migration change to the NEWS file.
Signed-off-by: Hrvoje Ribicic <[email protected]> --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 7cffc2e..e3e25bc 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,23 @@ News ==== +Version 2.13.1 +-------------- + +*(unreleased)* + +Incompatible/important changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- The SSH security changes reduced the number of nodes which can SSH into + other nodes. Unfortunately enough, the Ganeti implementation of migration + for the xl stack of Xen required SSH to be able to migrate the instance, + leading to a situation where full movement of an instance around the cluster + was not possible. This version fixes the issue by using socat to transfer + instance data. As a consequence, Xen instance migrations using xl cannot + occur between nodes running 2.13.0 and 2.13.1. + + Version 2.13.0 -------------- -- 2.2.0.rc0.207.ga3a616c
