]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: fix typo
authorJoao Eduardo Luis <joao@suse.de>
Thu, 7 Sep 2017 17:10:18 +0000 (18:10 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 11 Sep 2017 09:38:53 +0000 (11:38 +0200)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
(cherry picked from commit bc5fe2e9099dbb560c2153d3ac85f38b46593a77)

src/mon/OSDMonitor.cc

index ee13eaf68a4c8ff42311b59da0bde3d2dfd2c2af..46f702f4023e47810a1d12ba7cbf123a14c92720 100644 (file)
@@ -5867,7 +5867,7 @@ int OSDMonitor::prepare_new_pool(string& name, uint64_t auid,
       *ss << "crush test failed with " << r << ": " << err.str();
       return r;
     }
-    dout(10) << __func__ << " crush somke test duration: "
+    dout(10) << __func__ << " crush smoke test duration: "
              << duration << dendl;
   }
   unsigned size, min_size;