mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
osd: Fix log message name of ceph-objectstore-tool
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
0b2170c1a7
commit
545e4b2c58
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user