From 1ad05b1068ddd5d3312af45af1a60587200ddcd7 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 --- src/osd/PGBackend.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/PGBackend.cc b/src/osd/PGBackend.cc index 50119de7d05..e97388e0b66 100644 --- a/src/osd/PGBackend.cc +++ b/src/osd/PGBackend.cc @@ -990,6 +990,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.39.5