mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: Add news article for volume encryption modifications
Include both the domain and storage modifications in a "Removed features" section as well as describing the improvement to allow using a raw input volume to create the luks encrypted volume. Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
39cef12a95
commit
5c73acec32
@ -62,6 +62,21 @@
|
|||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
</section>
|
</section>
|
||||||
|
<section title="Removed features">
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Remove support for qcow/default encrypted volumes
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Disallow using a qcow encrypted volume for the guest and
|
||||||
|
disallow creation of the qcow or default encrypted volume
|
||||||
|
from the storage driver. Support for qcow encrypted volumes
|
||||||
|
has been phasing out since QEMU 2.3 and by QEMU 2.9 creation
|
||||||
|
of a qcow encrypted volume via qemu-img required usage of
|
||||||
|
secret objects, but that support was never added to libvirt.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
@ -105,6 +120,16 @@
|
|||||||
guest.
|
guest.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Add support to use an raw input volume for encryption
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
It is now possible to provide a raw input volume as input for
|
||||||
|
to generate a luks encrypted volume via either virsh vol-create-from
|
||||||
|
or virStorageVolCreateXMLFrom.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
Reference in New Issue
Block a user