The 'continue' will cause more damange/noise than continuing because the
next_clone value won't be updated properly.
Signed-off-by: Sage Weil <sage@inktank.com>
osd->clog.error() << mode << " " << info.pgid << " " << soid
<< " snapset.head_exists=false, but head exists";
++scrubber.shallow_errors;
- continue;
}
if (soid.snap == CEPH_SNAPDIR && snapset.head_exists) {
osd->clog.error() << mode << " " << info.pgid << " " << soid
<< " snapset.head_exists=true, but snapdir exists";
++scrubber.shallow_errors;
- continue;
}
if (curclone == snapset.clones.rend()) {
next_clone = hobject_t();