From: Kotresh HR Date: Thu, 8 Jan 2026 09:18:01 +0000 (+0530) Subject: tools/cephfs_mirror: Add debug to capture file sync time X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ac8f4ee657b101bc398cc5ae3b28c12b49e0647;p=ceph-ci.git tools/cephfs_mirror: Add debug to capture file sync time Fixes: https://tracker.ceph.com/issues/73452 Signed-off-by: Kotresh HR --- diff --git a/src/tools/cephfs_mirror/PeerReplayer.cc b/src/tools/cephfs_mirror/PeerReplayer.cc index 9006bb96361..6568ce5bdca 100644 --- a/src/tools/cephfs_mirror/PeerReplayer.cc +++ b/src/tools/cephfs_mirror/PeerReplayer.cc @@ -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; }