]>
git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd_mirror: fix resync failure
Steps to reproduce:
$ rbd --cluster site-b mirror group promote test_pool/test_group --force
$ rbd --cluster site-a mirror group demote test_pool/test_group
$ rbd --cluster site-a mirror group resync test_pool/test_group
$ rbd --cluster site-b mirror group status test_pool/test_group
The group snapshots are are not re-syncing. And the group status shows image
snap as syncing always.
fixes: issue#11
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>