From: Changcheng Liu Date: Wed, 27 Feb 2019 01:24:15 +0000 (+0800) Subject: doc: change ruleset to id in crush map file X-Git-Tag: v14.1.1~107^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0da1f3540c817272e93b900532afad0def881e29;p=ceph.git doc: change ruleset to id in crush map file 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 --- diff --git a/doc/rados/operations/crush-map-edits.rst b/doc/rados/operations/crush-map-edits.rst index 1601a3ecab69e..3b838c3792125 100644 --- a/doc/rados/operations/crush-map-edits.rst +++ b/doc/rados/operations/crush-map-edits.rst @@ -372,7 +372,7 @@ A rule takes the following form:: rule { - ruleset + id [a unique whole numeric ID] type [ replicated | erasure ] min_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