From: John Ferlan Date: Thu, 11 Jan 2018 15:40:37 +0000 (-0500) Subject: docs: Add missing encryption type X-Git-Tag: v4.0.0-rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449bfcd5761f38af5c39f219e5b6b9df219f2fb4;p=thirdparty%2Flibvirt.git docs: Add missing encryption type Update the text to include "luks" as a possible value. --- diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in index c4b2095270..23efbf932e 100644 --- a/docs/formatstorageencryption.html.in +++ b/docs/formatstorageencryption.html.in @@ -17,7 +17,8 @@ The top-level tag of volume encryption specification is encryption, with a mandatory attribute format. Currently defined values - of format are default and qcow. + of format are default, qcow, + and luks. Each value of format implies some expectations about the content of the encryption tag. Other format values may be defined in the future.