Add a user friendly description for
BLUESTORE_FREE_FRAGMENTATION warning. This is displayed
in `ceph -s` and `ceph health detail` to help the user
understand what BLUESTORE_FREE_FRAGMENTATION means.
Signed-off-by: Michael J. Kidd <linuxkidd@gmail.com>
for (auto str : asum.second.second) {
summary += str;
}
+ } else if (asum.first == "BLUESTORE_FREE_FRAGMENTATION") {
+ summary += " experiencing high free space fragmentation of BlueStore";
}
auto& d = checks->add(asum.first, HEALTH_WARN, summary, asum.second.first);