]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: change ruleset to id in crush map file 26663/head
authorChangcheng Liu <changcheng.liu@intel.com>
Wed, 27 Feb 2019 01:24:15 +0000 (09:24 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Wed, 27 Feb 2019 03:47:44 +0000 (11:47 +0800)
ruleset is not used after merging below patch
   commit f9a095deb1e74642d88bc9015684b0be113cc5f9
       crush: s/ruleset/id/ in decompiled output
       Moving away from the 'ruleset' terminology.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
doc/rados/operations/crush-map-edits.rst

index 1601a3ecab69eee6153bf14510a4d91267ca05c2..3b838c37921252b3cd8244bd35403ff59be78b8f 100644 (file)
@@ -372,7 +372,7 @@ A rule takes the following form::
 
        rule <rulename> {
 
-               ruleset <ruleset>
+               id [a unique whole numeric ID]
                type [ replicated | erasure ]
                min_size <min-size>
                max_size <max-size>
@@ -382,11 +382,9 @@ A rule takes the following form::
        }
 
 
-``ruleset``
+``id``
 
-:Description: A unique whole number for identifying the rule. The name ``ruleset``
-              is a carry-over from the past, when it was possible to have multiple
-              CRUSH rules per pool.
+:Description: A unique whole number for identifying the rule.
 
 :Purpose: A component of the rule mask.
 :Type: Integer