These other call sites are no longer needed.
Signed-off-by: Sage Weil <sage@redhat.com>
assert(version == pg_map.version);
- if (mon->osdmon()->osdmap.get_epoch()) {
- map_pg_creates();
- send_pg_creates();
- }
-
update_logger();
}
void PGMonitor::post_paxos_update()
{
+ dout(10) << __func__ << dendl;
if (mon->osdmon()->osdmap.get_epoch()) {
map_pg_creates();
send_pg_creates();
if (propose)
propose_pending();
-
- if (mon->osdmon()->osdmap.get_epoch()) {
- map_pg_creates();
- send_pg_creates();
- }
}
void PGMonitor::register_pg(pg_pool_t& pool, pg_t pgid, epoch_t epoch, bool new_pool)