From: Casey Bodley Date: Wed, 1 Mar 2017 15:35:59 +0000 (-0500) Subject: rgw: set default plugin_crypto_accelerator = crypto_isal X-Git-Tag: v12.0.2~34^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0559e0e6057f18c60c7944d6da917630559153fb;p=ceph.git rgw: set default plugin_crypto_accelerator = crypto_isal Signed-off-by: Casey Bodley --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 5bf9d7ce7165..bed890bf8c04 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -106,7 +106,7 @@ OPTION(async_compressor_threads, OPT_INT, 2) OPTION(async_compressor_thread_timeout, OPT_INT, 5) OPTION(async_compressor_thread_suicide_timeout, OPT_INT, 30) -OPTION(plugin_crypto_accelerator, OPT_STR, "") +OPTION(plugin_crypto_accelerator, OPT_STR, "crypto_isal") OPTION(mempool_debug, OPT_BOOL, false)