]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/operations/erasure-code-jerasure.rst
import ceph quincy 17.2.6
[ceph.git] / ceph / doc / rados / operations / erasure-code-jerasure.rst
index 878bcac5cb633b4c441e81365694a1774bfd1319..553afa09d27e2d7eab5d8db46a9c850bc26ee650 100644 (file)
@@ -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: