From 3ed8c6824aeda87cb6e6dc6d832b3b6903f9bbba Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 20 Aug 2014 23:10:49 +0200 Subject: [PATCH] erasure-code: do not preload the isa plugin Because it's not built for all architectures and distributions. Signed-off-by: Loic Dachary --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 4479d73a18a3..d4c4b5d1a9f8 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -442,7 +442,7 @@ OPTION(osd_pool_default_erasure_code_profile, "k=2 " "m=1 " ) // default properties of osd pool create -OPTION(osd_erasure_code_plugins, OPT_STR, "jerasure isa") // list of erasure code plugins +OPTION(osd_erasure_code_plugins, OPT_STR, "jerasure") // list of erasure code plugins OPTION(osd_pool_default_flags, OPT_INT, 0) // default flags for new pools OPTION(osd_pool_default_flag_hashpspool, OPT_BOOL, true) // use new pg hashing to prevent pool/pg overlap OPTION(osd_pool_default_hit_set_bloom_fpp, OPT_FLOAT, .05) -- 2.47.3