docs: Add file system pool overwrite change description to news.xml

Add bug fixes description of overwrite changes for a file system storage pool
This commit is contained in:
John Ferlan 2017-01-10 19:30:04 -05:00
parent 6e032c3c48
commit 039d9762a0

View File

@ -162,6 +162,18 @@
<code>/dev</code>.
</description>
</change>
<change>
<summary>
storage: Fix implementation of no-overwrite for file system backend
</summary>
<description>
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.
</description>
</change>
</section>
</release>
<release version="v2.5.0" date="2016-12-04">