]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
documentation: erasure-code plugin isa does not require k/m 2571/head
authorLoic Dachary <loic-201408@dachary.org>
Thu, 25 Sep 2014 09:56:32 +0000 (11:56 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Thu, 25 Sep 2014 10:01:59 +0000 (12:01 +0200)
http://tracker.ceph.com/issues/9579 Refs: #9579

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
doc/rados/operations/erasure-code-isa.rst

index 0ecb182c62926d6686ddcfd90ab5bb71703eac4c..241c7faeef9c30c197ebfa012723762ec11453ba 100644 (file)
@@ -13,9 +13,9 @@ To create a new *jerasure* erasure code profile::
 
         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}] \
@@ -29,8 +29,8 @@ Where:
               each stored on a different OSD.
 
 :Type: Integer
-:Required: Yes.
-:Example: 4
+:Required: No.
+:Default: 7
 
 ``m={coding-chunks}``
 
@@ -39,8 +39,8 @@ Where:
               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}``