From: Zac Dover Date: Fri, 2 Dec 2022 16:27:59 +0000 (+1000) Subject: doc/rados: add prompts to erasure-code-jerasure.rst X-Git-Tag: v17.2.6~319^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49209%2Fhead;p=ceph.git doc/rados: add prompts to erasure-code-jerasure.rst Add unselectable prompts to doc/rados/operations/erasure-code-jerasure.rst. https://tracker.ceph.com/issues/57108 Signed-off-by: Zac Dover (cherry picked from commit a35d344f0a8f6bf3e556edfba7639b8d9e4cbbca) --- diff --git a/doc/rados/operations/erasure-code-jerasure.rst b/doc/rados/operations/erasure-code-jerasure.rst index 878bcac5cb63..553afa09d27e 100644 --- a/doc/rados/operations/erasure-code-jerasure.rst +++ b/doc/rados/operations/erasure-code-jerasure.rst @@ -13,18 +13,20 @@ understanding of the parameters. Create a jerasure profile ========================= -To create a new *jerasure* erasure code profile:: - - ceph osd erasure-code-profile set {name} \ - plugin=jerasure \ - k={data-chunks} \ - m={coding-chunks} \ - technique={reed_sol_van|reed_sol_r6_op|cauchy_orig|cauchy_good|liberation|blaum_roth|liber8tion} \ - [crush-root={root}] \ - [crush-failure-domain={bucket-type}] \ - [crush-device-class={device-class}] \ - [directory={directory}] \ - [--force] +To create a new *jerasure* erasure code profile: + +.. prompt:: bash $ + + ceph osd erasure-code-profile set {name} \ + plugin=jerasure \ + k={data-chunks} \ + m={coding-chunks} \ + technique={reed_sol_van|reed_sol_r6_op|cauchy_orig|cauchy_good|liberation|blaum_roth|liber8tion} \ + [crush-root={root}] \ + [crush-failure-domain={bucket-type}] \ + [crush-device-class={device-class}] \ + [directory={directory}] \ + [--force] Where: