]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: ensure derived image removals are associated to remote peer
authorJason Dillaman <dillaman@redhat.com>
Tue, 18 Jul 2017 15:59:12 +0000 (11:59 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 25 Jul 2017 11:17:15 +0000 (07:17 -0400)
commit2b523fb82e2d7c6a7f4f1c11dab8f27ed000326f
tree3e2e666f1dd6f7bd08d1d385183d1357d5e313ae
parent76fd882464dcb9ce026e7ac0b8d3d207bf9123d9
rbd-mirror: ensure derived image removals are associated to remote peer

If the remote pool image listing is retrieved before the local pool image
listing, the derived image removals would incorrectly be associated with
the local peer.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/PoolReplayer.cc