]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-monstore-tool: fix a typo in error message 27340/head
authorKefu Chai <kchai@redhat.com>
Wed, 3 Apr 2019 10:03:06 +0000 (18:03 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Apr 2019 10:06:11 +0000 (18:06 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/ceph_monstore_tool.cc

index cb723c2368e82690c533e61c13ca793fa4c46727..80c3aa7538f04c921388d7f2198c676695a725a3 100644 (file)
@@ -559,7 +559,7 @@ static int update_creating_pgs(MonitorDBStore& st)
   auto last_osdmap_epoch = st.get("osdmap", "last_committed");
   int r = st.get("osdmap", st.combine_strings("full", last_osdmap_epoch), bl);
   if (r < 0) {
-    cerr << "unable to losd osdmap e" << last_osdmap_epoch << std::endl;
+    cerr << "unable to load osdmap e" << last_osdmap_epoch << std::endl;
     return r;
   }