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=117f93be76c2cb6e461b5a1e99e8a709c3c45b64;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 3030d6a881c..b5719bb1639 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; }