From cf9dfa79c11053fce23d34861c75cf75835256c0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 22 Apr 2019 12:36:29 -0500 Subject: [PATCH] doc/dev/erasure-coded-pool: update Signed-off-by: Sage Weil --- doc/dev/erasure-coded-pool.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/dev/erasure-coded-pool.rst b/doc/dev/erasure-coded-pool.rst index d5933fa6fe0..670865baff0 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 -- 2.39.5