From 2613f639794af8475e76f3ba2e16eb93a7e1068c 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 (cherry picked from commit 2132a5f714a830b1b64df113f1be4dfc469ce372) Conflicts: options in pacific not in yaml, added manually to options.cc --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 546908b55bba..5eb39aff0981 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4084,7 +4084,7 @@ std::vector