From 039d9762a0ee0df423984efbac28413d5cae5db1 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 10 Jan 2017 19:30:04 -0500 Subject: [PATCH] docs: Add file system pool overwrite change description to news.xml Add bug fixes description of overwrite changes for a file system storage pool --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 13f69651c9..ec65766096 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -162,6 +162,18 @@ /dev. + + + storage: Fix implementation of no-overwrite for file system backend + + + Fix file system storage backend implementation of the OVERWRITE + flags to be consistent between code and documentation. Add checks + to ensure that when building a new file system on a target volume + that there is not something already on the disk in a format that + libvirt can recognize. + + -- 2.47.2