]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add news article
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Oct 2017 20:47:13 +0000 (16:47 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 27 Oct 2017 09:46:35 +0000 (05:46 -0400)
docs/news.xml

index 5585080f53f9c55889c1fe8d6681cc1e1c27049d..6a864916da6449cc62c9d28ab5f644887a31618b 100644 (file)
       </change>
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          Allow a logical volume to be create using LUKS
+        </summary>
+        <description>
+          A logical volume may be created using an <code>encryption</code>
+          element using "luks" format. This does require a previously created
+          <code>secret</code> to store the passphrase used to encrypt the
+          volume Adding the volume to a domain can then either provide the
+          secret or allow the consumer in the guest to provide the passphrase
+          in order to decrypt the volume.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>