]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs_mirror: Helper functions for mirroring checkpoints
authorKarthik U S <karthik.u.s1@ibm.com>
Tue, 12 May 2026 23:21:53 +0000 (04:51 +0530)
committerKarthik U S <karthik.u.s1@ibm.com>
Thu, 2 Jul 2026 09:19:03 +0000 (14:49 +0530)
commit0a394ef438abd0248d078ea72e8ae5ce4f3d5e84
tree7c1299695c236c452c2427a8aa98e9326abb4ee1
parent959bc2eb07cacf70a4da09170e1c9bbed4b9423f
tools/cephfs_mirror: Helper functions for mirroring checkpoints

Implementation of helper functions and data structures for the
snapshot based mirroring checkpoints feature.

Fixes: https://tracker.ceph.com/issues/73454
Signed-off-by: Karthik U S <karthik.u.s1@ibm.com>
src/tools/cephfs_mirror/CMakeLists.txt
src/tools/cephfs_mirror/Checkpoint.cc [new file with mode: 0644]
src/tools/cephfs_mirror/Checkpoint.h [new file with mode: 0644]
src/tools/cephfs_mirror/PeerReplayer.cc
src/tools/cephfs_mirror/Utils.cc
src/tools/cephfs_mirror/Utils.h