]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Fix log message name of ceph-objectstore-tool
authorDavid Zafman <dzafman@redhat.com>
Thu, 1 Oct 2015 00:17:15 +0000 (17:17 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 25 Feb 2016 20:50:25 +0000 (12:50 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 545e4b2c582625f8b93502266ca59ee40e0d0e5f)

src/osd/OSD.cc

index f9821fcec11a4437ce02ec8179525ef15caebed7..9860aee21c8e0a5c87ab9aa97cfa723464c39d82 100644 (file)
@@ -2848,7 +2848,7 @@ void OSD::load_pgs()
          derr << __func__ << ": could not find map for epoch " << map_epoch
               << " on pg " << pgid << ", but the pool is not present in the "
               << "current map, so this is probably a result of bug 10617.  "
-              << "Skipping the pg for now, you can use ceph_objectstore_tool "
+              << "Skipping the pg for now, you can use ceph-objectstore-tool "
               << "to clean it up later." << dendl;
          continue;
        } else {