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: v16.2.15~49^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2613f639794af8475e76f3ba2e16eb93a7e1068c;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 (cherry picked from commit 2132a5f714a830b1b64df113f1be4dfc469ce372) Conflicts: options in pacific not in yaml, added manually to options.cc --- 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