]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/erasure-coded-pool.rst
update sources to v12.2.3
[ceph.git] / ceph / doc / dev / erasure-coded-pool.rst
index 4694a7a8211c39d0ed18543115f5f40f94e7f2b4..d5933fa6fe02a7c0396e72fff7ace9c3eb2b53be 100644 (file)
@@ -26,9 +26,9 @@ erasure coded pool. An agent demotes objects (i.e. moves them from the
 replicated pool to the erasure-coded pool) if they have not been
 accessed in a week.
 
-The erasure-coded pool crush ruleset targets hardware designed for
+The erasure-coded pool CRUSH rule targets hardware designed for
 cold storage with high latency and slow access time. The replicated
-pool crush ruleset targets faster hardware to provide better response
+pool CRUSH rule targets faster hardware to provide better response
 times.
 
 Cheap multidatacenter storage
@@ -38,7 +38,7 @@ Ten datacenters are connected with dedicated network links. Each
 datacenter contains the same amount of storage with no power-supply
 backup and no air-cooling system.
 
-An erasure-coded pool is created with a crush map ruleset that will
+An erasure-coded pool is created with a CRUSH rule that will
 ensure no data loss if at most three datacenters fail
 simultaneously. The overhead is 50% with erasure code configured to
 split data in six (k=6) and create three coding chunks (m=3). With
@@ -51,13 +51,13 @@ Set up an erasure-coded pool::
 
  $ ceph osd pool create ecpool 12 12 erasure
 
-Set up an erasure-coded pool and the associated crush ruleset::
+Set up an erasure-coded pool and the associated CRUSH rule ``ecrule``::
 
- $ ceph osd crush rule create-erasure ecruleset
+ $ ceph osd crush rule create-erasure ecrule
  $ ceph osd pool create ecpool 12 12 erasure \
-     default ecruleset
+     default ecrule
 
-Set the ruleset failure domain to osd (instead of the host which is the default)::
+Set the CRUSH failure domain to osd (instead of host, which is the default)::
 
  $ ceph osd erasure-code-profile set myprofile \
      crush-failure-domain=osd
@@ -124,7 +124,7 @@ Remove a profile that is no longer in use (otherwise it will fail with EBUSY)::
   $ ceph osd erasure-code-profile ls
   default
 
-Set the ruleset to take ssd (instead of default)::
+Set the rule to ssd (instead of default)::
 
  $ ceph osd erasure-code-profile set myprofile \
      crush-root=ssd