]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document qemu image locking
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Nov 2017 18:32:02 +0000 (19:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 27 Nov 2017 13:02:19 +0000 (14:02 +0100)
docs/news.xml

index 104668ce98370b815aab03b12fedbac499531f7e..188e044c8ead1570595428c9b1d5b170571242f5 100644 (file)
           can prepare the files if they need to do so.
         </description>
       </change>
+      <change>
+        <summary>
+          Shareable disks work properly with recent qemu
+        </summary>
+        <description>
+          Recent qemu versions added image locking to avoid potential corruption
+          of disk images. This broke shareable disks with libvirt since the
+          feature was turned on by default in qemu. Libvirt now enables sharing
+          of those disks in qemu so that the image locking is not applied in
+          that case. Additionally libvirt now checks that shareable disks have
+          supported format (raw) to avoid metadata corruption.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>