From 0da1f3540c817272e93b900532afad0def881e29 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Wed, 27 Feb 2019 09:24:15 +0800 Subject: [PATCH] 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 --- doc/rados/operations/crush-map-edits.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/rados/operations/crush-map-edits.rst b/doc/rados/operations/crush-map-edits.rst index 1601a3ecab6..3b838c37921 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