The hypervisor-version check introduced an incompatible change: Ganeti now errors out in situations where it used to warn and then try and hope for the best. So add a not in the section on incompatible changes.
Signed-off-by: Klaus Aehlig <[email protected]> --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b61da14..70074d7 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ Incompatible/important changes candidates can ssh into other cluster nodes and all non-master-candidates cannot. Refer to the UPGRADE notes for further instructions on the creation and distribution of the keys. +- Ganeti now checks hypervisor version compatibility before trying an instance + migration. It errors out if the versions are not compatible. Add the option + --ignore-hvversions to restore the old behavior of only warning. New features ~~~~~~~~~~~~ -- 2.1.0.rc2.206.gedb03e5
