From: Mark Nelson Date: Fri, 2 Jul 2021 14:19:30 +0000 (+0000) Subject: common/options: Set osd_client_message_cap to 256. X-Git-Tag: v17.1.0~1310^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42157%2Fhead;p=ceph.git common/options: Set osd_client_message_cap to 256. This seems like a reasonable default value based on testing results here: https://docs.google.com/spreadsheets/d/1dwKcxFKpAOWzDPekgojrJhfiCtPgiIf8CGGMG1rboRU/edit?usp=sharing Eventually we may want to rethink how the throttles and even how flow control works, but this at least gives us some basic limits now ( a little higher than the old value of 100 that we used for many years). Signed-off-by: Mark Nelson --- diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index 8faf09b3558..d098e039edf 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -629,7 +629,7 @@ options: type: uint level: advanced desc: maximum number of in-flight client requests - default: 0 + default: 256 with_legacy: true - name: osd_crush_update_on_start type: bool