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

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSDMap.cc

index ed862b9e18f01fea7c049c88db36e04d9c16c375..37986527af738d6eaba639fb7f5e09ca8fa84a66 100644 (file)
@@ -3018,7 +3018,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;