From b61d034e779671d0859f2686c3f9dc9a646fe111 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 22 Apr 2021 12:08:05 +0800 Subject: [PATCH] common/options: add description to osd_op_num_shards* so they can be rendered Signed-off-by: Kefu Chai --- src/common/options/global.yaml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index e0836379ac00f..5cbd69b01143c 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4348,6 +4348,9 @@ options: - name: osd_op_num_shards type: int level: advanced + fmt_desc: The number of shards allocated for a given OSD. Each shard has its own processing queue. + PGs on the OSD are distributed evenly in the shard. This setting overrides _ssd and _hdd if + non-zero. default: 0 flags: - startup @@ -4355,6 +4358,7 @@ options: - name: osd_op_num_shards_hdd type: int level: advanced + fmt_desc: the number of shards allocated for a given OSD (for rotational media). default: 5 see_also: - osd_op_num_shards @@ -4364,6 +4368,7 @@ options: - name: osd_op_num_shards_ssd type: int level: advanced + fmt_desc: the number of shards allocated for a given OSD (for solid state media). default: 8 see_also: - osd_op_num_shards -- 2.39.5