From: David Zafman Date: Thu, 1 Oct 2015 00:17:15 +0000 (-0700) Subject: osd: Fix log message name of ceph-objectstore-tool X-Git-Tag: v0.94.7~28^2~1^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a1b58838dba6bd482aa5786dc44962c4a977c17;p=ceph.git osd: Fix log message name of ceph-objectstore-tool Signed-off-by: David Zafman (cherry picked from commit 545e4b2c582625f8b93502266ca59ee40e0d0e5f) --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index f9821fcec11a..9860aee21c8e 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -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 {