From 2132a5f714a830b1b64df113f1be4dfc469ce372 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Thu, 10 Jun 2021 10:27:58 -0400 Subject: [PATCH] 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 --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3