]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/operations/erasure-code-isa.rst
import ceph quincy 17.2.6
[ceph.git] / ceph / doc / rados / operations / erasure-code-isa.rst
index 79584619bd631d95ac84b6b40c730ec8404b0e0c..9a43f89a2cbbe7fc501cc2f34c35689360bef790 100644 (file)
@@ -9,18 +9,20 @@ library.
 Create an isa profile
 =====================
 
-To create a new *isa* erasure code profile::
-
-        ceph osd erasure-code-profile set {name} \
-             plugin=isa \
-             technique={reed_sol_van|cauchy} \
-             [k={data-chunks}] \
-             [m={coding-chunks}] \
-             [crush-root={root}] \
-             [crush-failure-domain={bucket-type}] \
-             [crush-device-class={device-class}] \
-             [directory={directory}] \
-             [--force]
+To create a new *isa* erasure code profile:
+
+.. prompt:: bash $
+
+   ceph osd erasure-code-profile set {name} \
+     plugin=isa \
+     technique={reed_sol_van|cauchy} \
+     [k={data-chunks}] \
+     [m={coding-chunks}] \
+     [crush-root={root}] \
+     [crush-failure-domain={bucket-type}] \
+     [crush-device-class={device-class}] \
+     [directory={directory}] \
+     [--force]
 
 Where: