]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: do not preload the isa plugin 2295/head
authorLoic Dachary <loic-201408@dachary.org>
Wed, 20 Aug 2014 21:10:49 +0000 (23:10 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Wed, 20 Aug 2014 21:10:49 +0000 (23:10 +0200)
Because it's not built for all architectures and distributions.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/common/config_opts.h

index 4479d73a18a38255f798172537f1af7c538f51eb..d4c4b5d1a9f878fd39bb770dbf3a4894867f50a3 100644 (file)
@@ -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)