]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD: Log aggregated slow ops detail to cluster logs 45154/head
authorPrashant D <pdhange@redhat.com>
Fri, 29 Oct 2021 13:09:24 +0000 (09:09 -0400)
committerPonnuvel Palaniyappan <pponnuvel@gmail.com>
Fri, 20 May 2022 08:12:04 +0000 (09:12 +0100)
commit80d767aa53920fb4c197a45a0bf6369437388923
tree1357bb5218d0d916469cc6d5769af24d65538b7c
parent6d4288468a99ff2e0edea6b0e154c85e04bc8a71
osd/OSD: Log aggregated slow ops detail to cluster logs

Slow requests can overwhelm a cluster log with every slow op in
detail and also fills up the monitor db. Instead, log slow ops
details in aggregated format.

Fixes: https://tracker.ceph.com/issues/52424
Signed-off-by: Prashant D <pdhange@redhat.com>
(cherry picked from commit 9319dc9273b36dc4f4bef1261b3c57690336a8cc)

Conflicts:
    src/common/options/osd.yaml.in
- Octopus doesn't have osd.yaml.in; added the option in src/common/options.cc
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/OSD.cc
src/osd/OpRequest.h