Skip to content

Commit 20297b4

Browse files
Merge pull request ceph#64458 from linuxkidd/add-bluestore-frag-warning-desc
mon/PGmap: Add warn description for bluestore fragmentation
2 parents 4c4fd3c + 2fc67a6 commit 20297b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mon/PGMap.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,6 +3319,8 @@ void PGMap::get_health_checks(
33193319
for (auto str : asum.second.second) {
33203320
summary += str;
33213321
}
3322+
} else if (asum.first == "BLUESTORE_FREE_FRAGMENTATION") {
3323+
summary += " experiencing high free space fragmentation of BlueStore";
33223324
}
33233325

33243326
auto& d = checks->add(asum.first, HEALTH_WARN, summary, asum.second.first);

0 commit comments

Comments
 (0)