Split long sentence and correct parameter name. Signed-off-by: Lisa Velden <[email protected]> --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS index ed009a0..f6766d2 100644 --- a/NEWS +++ b/NEWS @@ -10,11 +10,11 @@ Version 2.17.0 alpha1 Incompatible/important changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- The IAllocator protocol has been extended by a new ``hv-state`` parameter. +- The IAllocator protocol has been extended by a new ``hv_state`` parameter. This new parameter is used to estimate the amount of memory utilized by - the node instead of ``reserved_mem`` on hypervisors other than ``xen-pvm`` + the node. It replaces ``reserved_mem`` on hypervisors other than ``xen-pvm`` and ``xen-hvm`` because ``reserved_mem`` was reported incorrectly on them. - As far as this ``hv_state`` parameter is not presented in iallocator input, + If this ``hv_state`` parameter is not presented in an iallocator input, the old ``reserved_mem`` will be used. New features -- 2.6.0.rc2.230.g3dd15c0
