Append last_fresh time at the end of the output message.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
if (pg_stats_publish_valid && info.stats == pg_stats_publish &&
info.stats.last_fresh > cutoff) {
dout(15) << "publish_stats_to_osd " << pg_stats_publish.reported_epoch
- << ": no change since" << dendl;
+ << ": no change since " << info.stats.last_fresh << dendl;
} else {
// update our stat summary and timestamps
info.stats.reported_epoch = get_osdmap()->get_epoch();