mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
news: Document qemu image locking
This commit is contained in:
parent
13d45b0dc2
commit
c32fda72e3
@ -148,6 +148,19 @@
|
|||||||
can prepare the files if they need to do so.
|
can prepare the files if they need to do so.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
Reference in New Issue
Block a user