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 bec021e..edc7772 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Incompatible/important changes locking did not acquire nodes with enough free resources. The internal retry will not use opportunistic locking. In particular, instance creation, even if opportunistic locking is set, will never fail with ECODE_TEMP_NORES. +- 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
