doc: change ruleset to id in crush map file

ruleset is not used after merging below patch
   commit f9a095deb1
       crush: s/ruleset/id/ in decompiled output
       Moving away from the 'ruleset' terminology.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
This commit is contained in:
Changcheng Liu 2019-02-27 09:24:15 +08:00
parent bc9ac5a5d5
commit 0da1f3540c

View 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