]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PrimaryLogPG: impose a per-op return buffer limit (32)
authorSage Weil <sage@redhat.com>
Tue, 24 Sep 2019 19:51:45 +0000 (14:51 -0500)
committerSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 18:29:10 +0000 (13:29 -0500)
commitde1a8eb64122d8541017e73aabf329fc81bc4715
tree14c795d0313981bfaf129b6ea343dbdce71b67f7
parentc9746ff62e79e0bcd4251efa0d6875558d213ed7
osd/PrimaryLogPG: impose a per-op return buffer limit (32)

Limit the return value size for writes, so that we don't inadvertantly
stuff too much data in the PGLog.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/PrimaryLogPG.cc