This was changed in
05d79faa512210b0f0a91640d18db33b887a6e73 but it needs
to be more precise to avoid breaking BlueStore's assertions (that the
start position is within the collection range).
Signed-off-by: Sage Weil <sage@redhat.com>
scrubber.reserved_peers.clear();
}
- scrubber.start = hobject_t();
// Don't include temporary objects when scrubbing
- scrubber.start.pool = info.pgid.pool();
+ scrubber.start = info.pgid.pgid.get_hobj_start();
scrubber.state = PG::Scrubber::NEW_CHUNK;
{