]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs_mirror: Ignore duplicate directory acquire notifications
authorKotresh HR <khiremat@redhat.com>
Sun, 14 Jun 2026 18:41:07 +0000 (00:11 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 8 Jul 2026 07:01:07 +0000 (12:31 +0530)
commitbbdd6ea85cfabcc60d384684951c277f8846ee4c
tree8fc37d537cda6b3609aeae19a6203077fb6b7aef
parente9faf02bfeede09637d2f24c0a6b2dd2edb96de0
tools/cephfs_mirror: Ignore duplicate directory acquire notifications

Make PeerReplayer::add_directory() idempotent when the mgr re-sends
acquire for a directory already in the replayer list.

Fixes: https://tracker.ceph.com/issues/77398
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit e74f11546a1b2b57ce9358c89785bddc843cfe5e)
src/tools/cephfs_mirror/PeerReplayer.cc