]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tools/cephfs_mirror: Add debug to capture file sync time
authorKotresh HR <khiremat@redhat.com>
Thu, 8 Jan 2026 09:18:01 +0000 (14:48 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 17 Feb 2026 20:10:51 +0000 (01:40 +0530)
Fixes: https://tracker.ceph.com/issues/73452
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs_mirror/PeerReplayer.cc

index 3030d6a881c91424da4ec4ae43ba18c2c257da2b..b5719bb1639b5981b1b6980266e28f6ce467fd0b 100644 (file)
@@ -813,6 +813,8 @@ close_local_fd:
     return -EINVAL;
   }
 
+  dout(20) << ": dir_root=" << dir_root << ", epath=" << epath << " error=" << r << " synced" << dendl;
+
   return r == 0 ? 0 : r;
 }