Skip to content

Commit

Permalink
Merge pull request #5369: get pools health'info have error
Browse files Browse the repository at this point in the history
Reviewed-by:
  • Loading branch information
ldachary committed Jul 29, 2015
2 parents 7305491 + 4457d3e commit ed6e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/OSDMonitor.cc
Expand Up @@ -3562,7 +3562,7 @@ void OSDMonitor::get_pools_health(
} else if (warn_threshold > 0 &&
sum.num_bytes >= pool.quota_max_bytes*warn_threshold) {
ss << "pool '" << pool_name
<< "' has " << si_t(sum.num_bytes) << " objects"
<< "' has " << si_t(sum.num_bytes) << " bytes"
<< " (max " << si_t(pool.quota_max_bytes) << ")";
status = HEALTH_WARN;
}
Expand Down

0 comments on commit ed6e328

Please sign in to comment.