As there is now one less possible outcome of instance creation with opportunistic locking, this change is incompatible and therefore best mentioned in the NEWS file.
Signed-off-by: Klaus Aehlig <[email protected]> --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 7dbe27c..ebfc2f9 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,20 @@ News ==== +Version 2.13.0 +-------------- + +*(unreleased)* + +Incompatible/important changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Ganeti now internally retries the instance creation opcode if opportunistic + 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. + + Version 2.12.0 rc2 ------------------ -- 2.1.0.rc2.206.gedb03e5
