Signed-off-by: Guido Trotter <[email protected]> --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/NEWS b/NEWS index 352a2a8..fdd8683 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,16 @@ Version 2.7.0 beta1 which case the output is in ``doc/man-html``. The configure-time option is ``--enable-manpages-in-doc``. Sphinx 1.0 or higher is required. +- A new htool called ``hroller`` is included. As of this version it + helps scheduling parallel shutdown of nodes on clusters where all + instances are shut down, but without ever rebooting both primary and + secondary node for an instance at the same time. +- When enabled, queries not needing locks or RPC access to the node are + now performed by the confd daemon, making them independent from jobs, + and thus faster to execute. +- KVM has been updated with many new hypervisor parameters, including a + generic one for passing arbitrary command line values. See a complete + list in :manpage:`gnt-instance(8)` Version 2.6.2 -- 1.7.10.4
