Because we have called osr.flush(), it's safe to tag map.valid_through
as last_update. We will still have to catch up once we have stopped
writes and allowed the filestore to catch up anyway.
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
dout(10) << "PG relocked, finalizing" << dendl;
- // Catch up
- ScrubMap incr;
- build_inc_scrub_map(incr, map.valid_through);
- map.merge_incr(incr);
-
// pg attrs
osd->store->collection_getattrs(coll, map.attrs);