From: Loic Dachary Date: Wed, 20 Aug 2014 21:10:49 +0000 (+0200) Subject: erasure-code: do not preload the isa plugin X-Git-Tag: v0.86~235^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ed8c6824aeda87cb6e6dc6d832b3b6903f9bbba;p=ceph.git erasure-code: do not preload the isa plugin Because it's not built for all architectures and distributions. Signed-off-by: Loic Dachary --- 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)