diff --git a/NEWS b/NEWS index 50c0979dbb027126bfb7a90b0c2c845ceedec882..0da4fde9348790ff79b6cac501aca79917dd6888 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,15 @@ Version 2.4.0 rc1 *(unreleased)* - Moved ``rapi_users`` file into separate directory, now named - ``β¦/ganeti/rapi/users`` + ``β¦/ganeti/rapi/users``. +- Changed query operations to return more detailed information, e.g. + whether an information is unavailable due to an offline node. To use + this new functionality, the LUXI call ``Query`` must be used. Field + information is now stored by the master daemon and can be retrieved + using ``QueryFields``. Instances and nodes can also be queried using + the new opcodes ``OpQuery`` and ``OpQueryFields``. +- Removed support for roman numbers from ``gnt-node list`` and + ``gnt-instance list``. Version 2.3.1 rc1