From 7f61246c5c49d19a7f2889a52e2ff58c45c93096 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Tue, 30 Jul 2013 12:06:22 +0000 Subject: [PATCH] Update NEWS with failover cleanup Describe the new feature in the NEWS file. Signed-off-by: Michele Tartara Reviewed-by: Guido Trotter --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index a3157db..0a19912 100644 --- a/NEWS +++ b/NEWS @@ -66,6 +66,8 @@ New features virtio-net interfaces, which prevents host kernel tainting and log flooding, when dealing with broken or malicious virtio-net drivers. It's set to true by default. +- Instance failover now supports a ``--cleanup`` parameter for fixing previous + failures. New dependencies ~~~~~~~~~~~~~~~~ @@ -96,6 +98,7 @@ Since 2.8.0 beta1 - Fix a malfunction in ``hspace``'s tiered allocation - Fix query compatibility between haskell and python implementations - Add the ``vnet_hdr`` HV parameter for KVM +- Add ``--cleanup`` to instance failover Version 2.8.0 beta1 -- 1.7.10.4