mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
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:
parent
bc9ac5a5d5
commit
0da1f3540c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user