From: John Ferlan Date: Fri, 6 Oct 2017 20:47:13 +0000 (-0400) Subject: docs: Add news article X-Git-Tag: v3.9.0-rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e02e4348cae7eff12b54d4dd46ca6a27ca82519;p=thirdparty%2Flibvirt.git docs: Add news article --- diff --git a/docs/news.xml b/docs/news.xml index 5585080f53..6a864916da 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -51,6 +51,19 @@
+ + + Allow a logical volume to be create using LUKS + + + A logical volume may be created using an encryption + element using "luks" format. This does require a previously created + secret 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. + +