]> 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>
Sat, 21 Feb 2026 20:12:39 +0000 (01:42 +0530)
Fixes: https://tracker.ceph.com/issues/73452
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs_mirror/PeerReplayer.cc

index 9006bb96361a43152f6679ae2160e21b1f7d40d6..6568ce5bdca751b21e7e1150db530c0354a443ee 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;
 }