[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH OSSTEST v2 2/6] ts-kernel-build: Compile CONFIG_CRYPTO_XTS in



OpenStack Tempest is using aes-xts-plain64 cipher with cryptsetup to test
encrypted volumes and this is not configurable.

Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
 ts-kernel-build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ts-kernel-build b/ts-kernel-build
index d5defaa..a16527b 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -253,6 +253,9 @@ setopt CONFIG_PACKET y
 # because: https://bugzilla.redhat.com/show_bug.cgi?id=910619#c6
 setopt CONFIG_NETFILTER_ADVANCED y
 setopt CONFIG_NETFILTER_XT_TARGET_CHECKSUM m
+
+# Used by OpenStack Tempest to test encrypted volume
+setopt CONFIG_CRYPTO_XTS m
 END
 sub stash_config_edscript ($) {
     my ($settings) = @_;
-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.