Currently it looks like
client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
cache io 0 op/s promote
but should be
client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
cache io 0 op/s promote
Signed-off-by: Sage Weil <sage@redhat.com>
overall_cache_io_rate_summary(f, &ssr);
if (!f && ssr.str().length())
- *out << " cache io " << ssr.str() << "\n";
+ *out << " cache io " << ssr.str() << "\n";
}
void PGMap::print_oneline_summary(Formatter *f, ostream *out) const