]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/PeeringState: on_new_interval on child PG after split
authorSage Weil <sage@redhat.com>
Tue, 20 Aug 2019 19:48:17 +0000 (14:48 -0500)
committerSage Weil <sage@redhat.com>
Tue, 20 Aug 2019 21:54:47 +0000 (16:54 -0500)
This was broken as part of the PeeringState refactor, see
ace6655f955837b104f307183fc0b988b7880c04.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PeeringState.cc

index 01e4e3c1ce181dee78418d21dcf30f55f268ca9c..8ce68617ac0b9eb49acc3d0df4ed4190630d8587 100644 (file)
@@ -2686,7 +2686,7 @@ void PeeringState::split_into(
   // History
   child->past_intervals = past_intervals;
 
-  on_new_interval();
+  child->on_new_interval();
 
   child->send_notify = !child->is_primary();