]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: increase osd_max_write_op_reply_len default to 64 bytes 41809/head
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 10 Jun 2021 14:27:58 +0000 (10:27 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 10 Jun 2021 14:27:58 +0000 (10:27 -0400)
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 <mbenjamin@redhat.com>
src/common/options/global.yaml.in

index 49108cfb1a475c381ad9986e179604346d8fade8..ef7b41d3699e59ea5f0a1c4e019934781ab57b4c 100644 (file)
@@ -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