]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PG: clear scrub_received_maps in scrub_clear_state
authorSamuel Just <samuel.just@dreamhost.com>
Mon, 13 Jun 2011 20:32:18 +0000 (13:32 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Mon, 13 Jun 2011 20:36:03 +0000 (13:36 -0700)
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/osd/PG.cc

index fc0f1421ad621aa8bced873b304aa520e5174899..381dfc9ce506393852e55a9c913658f0d13c0d67 100644 (file)
@@ -3084,6 +3084,7 @@ void PG::scrub_clear_state()
   osd->take_waiters(waiting_for_active);
 
   finalizing_scrub = false;
+  scrub_received_maps.clear();
 }
 
 bool PG::scrub_gather_replica_maps() {