This is a delta, not a timestamp.
This triggered when a cluster is idle for 2* the mon_delta_reset_interval,
and required a mon restart to fix.
Backport: cuttlefish
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Samuel Just <sam.just@inktank.com>
{
pg_sum_delta = pool_stat_t();
pg_sum_deltas.clear();
- stamp_delta = ceph_clock_now(g_ceph_context);
+ stamp_delta = utime_t();
}
void PGMap::print_summary(Formatter *f, ostream *out) const