From a35d344f0a8f6bf3e556edfba7639b8d9e4cbbca Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 3 Dec 2022 02:27:59 +1000 Subject: [PATCH] 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 --- .../operations/erasure-code-jerasure.rst | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/rados/operations/erasure-code-jerasure.rst b/doc/rados/operations/erasure-code-jerasure.rst index 878bcac5cb6..553afa09d27 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: -- 2.39.5