]> 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>
Sun, 22 Feb 2026 18:56:35 +0000 (00:26 +0530)
Fixes: https://tracker.ceph.com/issues/73452
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs_mirror/PeerReplayer.cc

index 502ea1bf659f12660ad38a9e4d83f81aa87895a3..25aeef33de6a35d09f5d6a9ba1b78464e276b95e 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;
 }