]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: add health warning for oversized BlueFS usage 67192/head
authorIndira Sawant <indira@example.com>
Tue, 11 Nov 2025 17:51:43 +0000 (11:51 -0600)
committerIndira Sawant <indira.sawant@ibm.com>
Fri, 13 Mar 2026 19:02:02 +0000 (14:02 -0500)
commit152af601f2adb64c8550fac7c2a09ed39a86cd77
tree7195c24a4610310eb802ef4b62ae9fed94d7d805
parent32572257630a9ab18429543bf3c2a0ab0dfc4385
os/bluestore: add health warning for oversized BlueFS usage

Add a BLUESTORE_BLUEFS_OVERSIZED health warning when total BlueFS usage
(DB, WAL, and spillover on the slow device) exceeds a configurable ratio
of the main device size.

The threshold is controlled by the new configuration option
`bluestore_bluefs_warn_ratio` (default 0.06).

Fixes: https://tracker.ceph.com/issues/73826
Signed-off-by: Indira Sawant <indira.sawant@ibm.com>
PendingReleaseNotes
src/common/options/global.yaml.in
src/mon/PGMap.cc
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueStore.cc