'kept' seems wrong in this context.
Signed-off-by: Sage Weil <sage@redhat.com>
if (!osds.empty()) {
ostringstream ss;
- ss << "osds were removed from osdmap, but still kept in crushmap";
+ ss << osds.size() << " osds exist in the crush map but not in the osdmap";
summary.push_back(make_pair(HEALTH_WARN, ss.str()));
if (detail) {
- ss << " osds: [" << osds << "]";
+ ss << " (osds: " << osds << ")";
detail->push_back(make_pair(HEALTH_WARN, ss.str()));
}
}