]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add missing encryption type
authorJohn Ferlan <jferlan@redhat.com>
Thu, 11 Jan 2018 15:40:37 +0000 (10:40 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 11 Jan 2018 15:40:37 +0000 (10:40 -0500)
Update the text to include "luks" as a possible value.

docs/formatstorageencryption.html.in

index c4b2095270f3b278ea50ea07eb40ffadf18f5a0d..23efbf932e6568424e78d3027d85a87bee75834f 100644 (file)
@@ -17,7 +17,8 @@
       The top-level tag of volume encryption specification
       is <code>encryption</code>, with a mandatory
       attribute <code>format</code>.  Currently defined values
-      of <code>format</code> are <code>default</code> and <code>qcow</code>.
+      of <code>format</code> are <code>default</code>, <code>qcow</code>,
+      and <code>luks</code>.
       Each value of <code>format</code> implies some expectations about the
       content of the <code>encryption</code> tag.  Other format values may be
       defined in the future.