From cfd56bc2de67cb6438a51a36b192e4cef62577d9 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Thu, 8 Jan 2026 14:48:01 +0530 Subject: [PATCH] tools/cephfs_mirror: Add debug to capture file sync time Fixes: https://tracker.ceph.com/issues/73452 Signed-off-by: Kotresh HR --- src/tools/cephfs_mirror/PeerReplayer.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/cephfs_mirror/PeerReplayer.cc b/src/tools/cephfs_mirror/PeerReplayer.cc index 502ea1bf659..25aeef33de6 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; } -- 2.47.3