From: John Ferlan Date: Wed, 11 Jan 2017 00:30:04 +0000 (-0500) Subject: docs: Add file system pool overwrite change description to news.xml X-Git-Tag: v3.0.0-rc2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039d9762a0ee0df423984efbac28413d5cae5db1;p=thirdparty%2Flibvirt.git docs: Add file system pool overwrite change description to news.xml Add bug fixes description of overwrite changes for a file system storage pool --- 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. + +