crimson/osd/object_context: consider clones found as long as they're in SnapSet::clones
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Matan Breizman <mbreizma@redhat.com
return seastar::now();
}).then_interruptible([this] {
return enter_stage<interruptor>(
- pp().get_obc);
+ client_pp().get_obc);
+ }).then_interruptible([this] {
+ return pg->snaptrim_mutex.lock(*this);
}).then_interruptible([this] {
return enter_stage<interruptor>(
- pp().process);
+ client_pp().process);
}).then_interruptible([&shard_services, this] {
return interruptor::async([this] {
std::vector<hobject_t> to_trim;