From: Samuel Just Date: Mon, 13 Jun 2011 20:32:18 +0000 (-0700) Subject: PG: clear scrub_received_maps in scrub_clear_state X-Git-Tag: v0.29.1~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f9e9490d77d25e8bb25162ba2cd996f0f2629e49;p=ceph.git PG: clear scrub_received_maps in scrub_clear_state Signed-off-by: Samuel Just --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index fc0f1421ad6..381dfc9ce50 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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() {