summaryrefslogtreecommitdiffstats
path: root/net/ceph/Kconfig
diff options
context:
space:
mode:
authorIlya Dryomov2014-09-05 18:16:52 +0200
committerIlya Dryomov2014-10-14 19:03:20 +0200
commitdc220db03f15c9875aa09c36beba582f20c76be1 (patch)
tree77afffbec41db7a88f5a0ae853e2d9d3cd74e38b /net/ceph/Kconfig
parentlibceph: resend lingering requests with a new tid (diff)
downloadkernel-qcow2-linux-dc220db03f15c9875aa09c36beba582f20c76be1.tar.gz
kernel-qcow2-linux-dc220db03f15c9875aa09c36beba582f20c76be1.tar.xz
kernel-qcow2-linux-dc220db03f15c9875aa09c36beba582f20c76be1.zip
libceph: select CRYPTO_CBC in addition to CRYPTO_AES
We want "cbc(aes)" algorithm, so select CRYPTO_CBC too, not just CRYPTO_AES. Otherwise on !CRYPTO_CBC kernels we fail rbd map/mount with libceph: error -2 building auth method x request Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Diffstat (limited to 'net/ceph/Kconfig')
-rw-r--r--net/ceph/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig
index e50cc69ae8ca..f8cceb99e732 100644
--- a/net/ceph/Kconfig
+++ b/net/ceph/Kconfig
@@ -3,6 +3,7 @@ config CEPH_LIB
depends on INET
select LIBCRC32C
select CRYPTO_AES
+ select CRYPTO_CBC
select CRYPTO
select KEYS
default n