From: Matt Benjamin Date: Thu, 10 Jun 2021 14:27:58 +0000 (-0400) Subject: rados: increase osd_max_write_op_reply_len default to 64 bytes X-Git-Tag: v17.1.0~1669^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41809%2Fhead;p=ceph.git rados: increase osd_max_write_op_reply_len default to 64 bytes Agreed in #ceph-devel on 6/10. The current controlling rationale is that the default value should be sufficient to marshall a SHA-512 checksum. Fixes: https://tracker.ceph.com/issues/51166 Signed-off-by: Matt Benjamin --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 49108cfb1a47..ef7b41d3699e 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3590,7 +3590,7 @@ options: desc: Max size of the per-op payload for requests with the RETURNVEC flag set long_desc: This value caps the amount of data (per op; a request may have many ops) that will be sent back to the client and recorded in the PG log. - default: 32 + default: 64 with_legacy: true - name: osd_objectstore type: str