]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSDMap: fix typo in summarize_mapping_stats 8026/head
authorSage Weil <sage@redhat.com>
Mon, 14 Mar 2016 12:07:19 +0000 (08:07 -0400)
committerSage Weil <sage@redhat.com>
Tue, 15 Mar 2016 18:01:11 +0000 (14:01 -0400)
From ea9abe53d0e777b7dc3b22af71639f77c4de08c8

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit cc7e2329046ef7c528f321092a464f6db6e7edb9)

src/osd/OSDMap.cc

index 2bb1263a50f2bda45de8a96f553cfbec00036b69..f7f37d7429cb82339291006810f7b2a6415a6584 100644 (file)
@@ -3023,7 +3023,7 @@ int OSDMap::summarize_mapping_stats(
       if (newmap)
        f->dump_unsigned("new_max_osd_pgs", max_new_pg);
     } else {
-      ss << "max osd." << min << " with " << max_base_pg;
+      ss << "max osd." << max << " with " << max_base_pg;
       if (newmap)
        ss << " -> " << max_new_pg;
       ss << " pgs (" << (float)max_base_pg / avg_pg;