mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
osd/PrimaryLogPG: recover_replicas: don;t care about missing snapdir
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
117dc9a475
commit
6a547ae293
@ -11536,12 +11536,6 @@ uint64_t PrimaryLogPG::recover_replicas(uint64_t max, ThreadPool::TPHandle &hand
|
||||
continue;
|
||||
}
|
||||
|
||||
if (soid.is_snap() && pg_log.get_missing().is_missing(soid.get_snapdir())) {
|
||||
dout(10) << __func__ << ": " << soid.get_snapdir()
|
||||
<< " still missing on primary" << dendl;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (pg_log.get_missing().is_missing(soid)) {
|
||||
dout(10) << __func__ << ": " << soid << " still missing on primary" << dendl;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user