Skip to content

Commit

Permalink
osd: Scrub of object with only object error(s) are not logged
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 1ad05b1)
  • Loading branch information
dzafman authored and smithfarm committed Jan 28, 2018
1 parent 4c2a8f1 commit 540f425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osd/PGBackend.cc
Expand Up @@ -988,6 +988,7 @@ void PGBackend::be_compare_scrubmaps(
// Track possible shard to use as authoritative, if needed
// There are errors, without identifying the shard
object_errors.insert(j->first);
errorstream << pgid << " : soid " << *k << " " << ss.str() << "\n";
} else {
// XXX: The auth shard might get here that we don't know
// that it has the "correct" data.
Expand Down

0 comments on commit 540f425

Please sign in to comment.