]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: Integrate discard queue overflow into pg health warnings
authorJaya Prakash <jayaprakash@ibm.com>
Thu, 3 Jul 2025 07:15:52 +0000 (07:15 +0000)
committerJaya Prakash <jayaprakash@ibm.com>
Thu, 3 Jul 2025 07:17:31 +0000 (07:17 +0000)
commit2e121b360c729c2bcd85850b12508e7dd767d611
tree5cf147ae932efbadd69f6428181eba8a3871784d
parentf66280bd289fcb18b0f63e1200d2bdb51d2d8668
mon: Integrate discard queue overflow into pg health warnings

Added a health warning mechanism to monitor the discard queue for potential overload
Emits a warning if the accumulated discarded bytes in the queue exceed the configured threshold
Introduced a debugging tool to simulate slow discard operations by adding a configurable delay

Fixes : https://tracker.ceph.com/issues/69082

Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
src/mon/PGMap.cc