From: David Zafman Date: Tue, 9 Oct 2018 23:12:36 +0000 (-0700) Subject: osd: Adjust Luminous only messages for consistency X-Git-Tag: v12.2.10~35^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=666747f347e13edf03bc424d234c3381f01b701b;p=ceph.git osd: Adjust Luminous only messages for consistency Signed-off-by: David Zafman --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 34afcbbcc312..a2395651c052 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -14059,7 +14059,7 @@ void PrimaryLogPG::scrub_snapshot_metadata( if (soid.is_head() && !snapset->head_exists) { osd->clog->error() << mode << " " << info.pgid << " " << soid - << " snapset.head_exists=false, but head exists"; + << " : snapset.head_exists=false, but head exists"; ++scrubber.shallow_errors; head_error.set_head_mismatch(); // Fix head_exists locally so is_legacy() returns correctly @@ -14067,7 +14067,7 @@ void PrimaryLogPG::scrub_snapshot_metadata( } if (soid.is_snapdir() && snapset->head_exists) { osd->clog->error() << mode << " " << info.pgid << " " << soid - << " snapset.head_exists=true, but snapdir exists"; + << " : snapset.head_exists=true, but snapdir exists"; ++scrubber.shallow_errors; head_error.set_head_mismatch(); // For symmetry fix this too, but probably doesn't matter