]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Revert "ceph_osd: remove client message cap limit" 32855/head
authorJosh Durgin <jdurgin@redhat.com>
Sat, 25 Jan 2020 00:36:56 +0000 (19:36 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 22 Jun 2020 17:58:15 +0000 (10:58 -0700)
commit9087e3b751a78211011b39377394ceb297078f76
treef8011e08d55d3dae8c388d50e7817cc13a89ba0b
parent5eef6e667f35b6927bbb612aa2f1ba0f819797b4
Revert "ceph_osd: remove client message cap limit"

This reverts commit 45d5ac3ea040d6a7213b63d1c582e3a1bbaae8d4.

Without a msg throttler, we can't change osd_client_message_cap cap.
The throttler is designed to work with 0 as a max, so change the
default to 0 to disable it by default instead.

This doesn't affect the default behavior, it only lets us use this
option again.

Fixes: https://tracker.ceph.com/issues/46143
Conflicts:
src/ceph_osd.cc - new style of gconf() access

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Neha Ojha <nojha@redhat.com>
src/ceph_osd.cc
src/common/options.cc