]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add file system pool overwrite change description to news.xml
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 00:30:04 +0000 (19:30 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 16:27:03 +0000 (11:27 -0500)
Add bug fixes description of overwrite changes for a file system storage pool

docs/news.xml

index 13f69651c9822e74c80515b529422235c2f66c93..ec65766096e3ebdcab4382021fb4257012ca92b5 100644 (file)
           <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">