mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
osd/ReplicatedPG: more verbose heading for process_copy_chunk
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
90eb1ec1e0
commit
c0e4ed3489
@ -4553,7 +4553,8 @@ void ReplicatedPG::_copy_some(ObjectContextRef obc, CopyOpRef cop)
|
||||
|
||||
void ReplicatedPG::process_copy_chunk(hobject_t oid, tid_t tid, int r)
|
||||
{
|
||||
dout(10) << __func__ << " tid " << tid << " " << cpp_strerror(r) << dendl;
|
||||
dout(10) << __func__ << " " << oid << " tid " << tid
|
||||
<< " " << cpp_strerror(r) << dendl;
|
||||
map<hobject_t,CopyOpRef>::iterator p = copy_ops.find(oid);
|
||||
if (p == copy_ops.end()) {
|
||||
dout(10) << __func__ << " no copy_op found" << dendl;
|
||||
|
Loading…
Reference in New Issue
Block a user