Skip to content

Commit

Permalink
osd: change log level when withholding pg creation
Browse files Browse the repository at this point in the history
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
  • Loading branch information
dvanders committed Jan 29, 2018
1 parent c41ef5a commit d12ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.cc
Expand Up @@ -4146,7 +4146,7 @@ bool OSD::maybe_wait_for_max_pg(spg_t pgid, bool is_mon_create)
bool is_primary = osdmap->get_pg_acting_rank(pgid.pgid, whoami) == 0;
pending_creates_from_osd.emplace(pgid.pgid, is_primary);
}
dout(5) << __func__ << " withhold creation of pg " << pgid
dout(1) << __func__ << " withhold creation of pg " << pgid
<< ": " << pg_map.size() << " >= "<< max_pgs_per_osd << dendl;
return true;
}
Expand Down

0 comments on commit d12ba37

Please sign in to comment.