]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: ignore tx-only mirror peers when adding new peers 34422/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 6 Apr 2020 14:55:28 +0000 (10:55 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 7 Apr 2020 11:54:53 +0000 (07:54 -0400)
commit366ecdb26d90b9dfa483458ce5c28712e47a6341
tree6df4780b07e3eec9a718b062c7772e23e926c41c
parenta5ade11a313c6e3811774eca42a523ee7baf0c1e
rbd: ignore tx-only mirror peers when adding new peers

There is a restriction for supporting only a single RX peer but
we should support multiple TX-only peers.

Fixes: https://tracker.ceph.com/issues/44938
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd/action/MirrorPool.cc