From 540f425f1a86dabf746ac4bdd14c54b4ec76f664 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Fri, 20 Oct 2017 19:50:32 -0700 Subject: [PATCH] osd: Scrub of object with only object error(s) are not logged Signed-off-by: David Zafman (cherry picked from commit 1ad05b1068ddd5d3312af45af1a60587200ddcd7) --- src/osd/PGBackend.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/PGBackend.cc b/src/osd/PGBackend.cc index 389e953b1e28..9663729d5471 100644 --- a/src/osd/PGBackend.cc +++ b/src/osd/PGBackend.cc @@ -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. -- 2.47.3