From 7b837d6477b54efa959e5348f5d13dab0d634b18 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 10 Jan 2017 19:32:25 -0500 Subject: [PATCH] docs: Add logical storage pool overwrite change description to news.xml Add "New Features" entry to describe the overwrite flag for logical backend. --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index ec65766096..e341ba2487 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -63,6 +63,16 @@ libxl: Implement virDomainGetMaxVcpus API + + + storage: Add overwrite flag checking for logical pool + + + Add support for the OVERWRITE flags for the logical storage + backend including checking for existing data on the target + volumes when building a new logical pool on target volume(s). + +