]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Adjust Luminous only messages for consistency
authorDavid Zafman <dzafman@redhat.com>
Tue, 9 Oct 2018 23:12:36 +0000 (16:12 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 10 Oct 2018 03:01:32 +0000 (20:01 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/PrimaryLogPG.cc

index 34afcbbcc3127f8582c3dfdcb2de8c134a643e6e..a2395651c0528b59f2ec4d76d93aab854383aa02 100644 (file)
@@ -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