Because we are no longer explicitly tracking all past intervals
I think it is a good idea to log these more aggressively. This will
give us potentially vital information when debugging peering problems
(says someone who just debugged a peering problem in which the past
interval information provided a vital clue).
Signed-off-by: Sage Weil <sage@redhat.com>
on_new_interval();
- dout(10) << " up " << oldup << " -> " << up
+ dout(1) << __func__ << " up " << oldup << " -> " << up
<< ", acting " << oldacting << " -> " << acting
<< ", acting_primary " << old_acting_primary << " -> " << new_acting_primary
<< ", up_primary " << old_up_primary << " -> " << new_up_primary