]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: set default plugin_crypto_accelerator = crypto_isal
authorCasey Bodley <cbodley@redhat.com>
Wed, 1 Mar 2017 15:35:59 +0000 (10:35 -0500)
committerAdam Kupczyk <akupczyk@mirantis.com>
Wed, 5 Apr 2017 16:31:58 +0000 (18:31 +0200)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/config_opts.h

index 5bf9d7ce7165d6146d3f401b2bbdea79b37000bd..bed890bf8c04a262e15738113c384b96826ac24d 100644 (file)
@@ -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)