=============== jerasure plugin =============== Introduction ------------ The parameters interpreted by the jerasure plugin are: :: ceph osd pool create \ erasure-code-directory= \ # plugin directory absolute path erasure-code-plugin=jerasure \ # plugin name (only jerasure) erasure-code-k= \ # data chunks (default 2) erasure-code-m= \ # coding chunks (default 2) erasure-code-technique= \ # coding technique The coding techniques can be chosen among *reed_sol_van*, *reed_sol_r6_op*, *cauchy_orig*, *cauchy_good*, *liberation*, *blaum_roth* and *liber8tion*.