http://tracker.ceph.com/issues/9579 Refs: #9579
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
ceph osd erasure-code-profile set {name} \
plugin=isa \
- k={data-chunks} \
- m={coding-chunks} \
technique={reed_sol_van|cauchy} \
+ [k={data-chunks}] \
+ [m={coding-chunks}] \
[ruleset-root={root}] \
[ruleset-failure-domain={bucket-type}] \
[directory={directory}] \
each stored on a different OSD.
:Type: Integer
-:Required: Yes.
-:Example: 4
+:Required: No.
+:Default: 7
``m={coding-chunks}``
the number of OSDs that can be down without losing data.
:Type: Integer
-:Required: Yes.
-:Example: 2
+:Required: No.
+:Default: 3
``technique={reed_sol_van|cauchy}``