]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: Fix deep_age copy paste error 16434/head
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 19 Jul 2017 23:27:10 +0000 (09:27 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 19 Jul 2017 23:27:10 +0000 (09:27 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/mon/PGMap.cc

index 913e035f7ef21e6d9f6a25549e209d4406370846..a01a11c4fc72968a63f28d95739f62682e9ee9c3 100644 (file)
@@ -3211,7 +3211,7 @@ void PGMap::get_health_checks(
     }
     if (!deep_detail.empty()) {
       ostringstream ss;
-      ss << deep_detail.size() << " pgs not deep-scrubbed for " << age;
+      ss << deep_detail.size() << " pgs not deep-scrubbed for " << deep_age;
       auto& d = checks->add("PG_NOT_DEEP_SCRUBBED", HEALTH_WARN, ss.str());
       d.detail.swap(deep_detail);
     }