From: Sage Weil Date: Mon, 22 Apr 2019 17:36:29 +0000 (-0500) Subject: doc/dev/erasure-coded-pool: update X-Git-Tag: v15.1.0~2851^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf9dfa79c11053fce23d34861c75cf75835256c0;p=ceph.git doc/dev/erasure-coded-pool: update Signed-off-by: Sage Weil --- diff --git a/doc/dev/erasure-coded-pool.rst b/doc/dev/erasure-coded-pool.rst index d5933fa6fe02..670865baff05 100644 --- a/doc/dev/erasure-coded-pool.rst +++ b/doc/dev/erasure-coded-pool.rst @@ -63,7 +63,7 @@ Set the CRUSH failure domain to osd (instead of host, which is the default):: crush-failure-domain=osd $ ceph osd erasure-code-profile get myprofile k=2 - m=1 + m=2 plugin=jerasure technique=reed_sol_van crush-failure-domain=osd @@ -72,10 +72,10 @@ Set the CRUSH failure domain to osd (instead of host, which is the default):: Control the parameters of the erasure code plugin:: $ ceph osd erasure-code-profile set myprofile \ - k=3 m=1 + k=3 m=2 $ ceph osd erasure-code-profile get myprofile k=3 - m=1 + m=2 plugin=jerasure technique=reed_sol_van $ ceph osd pool create ecpool 12 12 erasure \ @@ -87,7 +87,7 @@ Choose an alternate erasure code plugin:: plugin=example technique=xor $ ceph osd erasure-code-profile get myprofile k=2 - m=1 + m=2 plugin=example technique=xor $ ceph osd pool create ecpool 12 12 erasure \ @@ -99,7 +99,7 @@ Display the default erasure code profile:: default $ ceph osd erasure-code-profile get default k=2 - m=1 + m=2 plugin=jerasure technique=reed_sol_van @@ -130,7 +130,7 @@ Set the rule to ssd (instead of default):: crush-root=ssd $ ceph osd erasure-code-profile get myprofile k=2 - m=1 + m=2 plugin=jerasure technique=reed_sol_van crush-root=ssd