]> 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>
Mon, 26 Oct 2015 02:07:01 +0000 (19:07 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/OSD.cc

index 5ed8f67d1146eab5e1c297c871c7edf1d57f5d35..48ce629a82b4f794dcf044f1fd3b81e45d9e06e7 100644 (file)
@@ -2873,7 +2873,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 {