From: Kefu Chai Date: Thu, 22 Apr 2021 04:08:05 +0000 (+0800) Subject: common/options: add description to osd_op_num_shards* X-Git-Tag: v17.1.0~2180^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b61d034e779671d0859f2686c3f9dc9a646fe111;p=ceph.git common/options: add description to osd_op_num_shards* so they can be rendered Signed-off-by: Kefu Chai --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index e0836379ac00..5cbd69b01143 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