Change the default technique from Cauchy to ReedSolomon. Although it is
less efficient the alignment constraints are more intuitive.
Signed-off-by: Loic Dachary <loic@dachary.org>
OPTION(osd_pool_default_erasure_code_properties,
OPT_STR,
"erasure-code-plugin=jerasure "
- "erasure-code-technique=cauchy_good "
- "erasure-code-packetsize=3072 "
+ "erasure-code-technique=reed_sol_van "
"erasure-code-k=4 "
"erasure-code-m=2 "
) // default properties of osd pool create