Skip to content

Commit

Permalink
libceph: select CRYPTO_CBC in addition to CRYPTO_AES
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
idryomov committed Oct 14, 2014
1 parent 2cc6128 commit dc220db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ceph/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config CEPH_LIB
depends on INET
select LIBCRC32C
select CRYPTO_AES
select CRYPTO_CBC
select CRYPTO
select KEYS
default n
Expand Down

0 comments on commit dc220db

Please sign in to comment.