Fixes: https://tracker.ceph.com/issues/75983
Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
} else if (asum.first == "DB_DEVICE_STALLED_READ_ALERT") {
summary += " experiencing stalled read in db device of BlueFS";
} else if (asum.first.find("_DISCARD_QUEUE") != std::string::npos) {
- for (auto str : asum.second.second) {
- summary += str;
- }
+ summary += " experiencing slow discard operations";
} else if (asum.first == "BLUESTORE_FREE_FRAGMENTATION") {
summary += " experiencing high free space fragmentation of BlueStore";
}