]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: prevent adding multiple mirror peers to a single pool 14545/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Mar 2017 15:56:38 +0000 (10:56 -0500)
committerNathan Cutler <ncutler@suse.com>
Thu, 13 Apr 2017 21:41:04 +0000 (23:41 +0200)
commit551ce273a132d4e7b59b818377568d40cf597f85
treeca47e118c4e30bdb9f84974a4d5e396084d8b48d
parenteb84959bac369dbb86674f9e4225ba1c836c104c
rbd: prevent adding multiple mirror peers to a single pool

The rbd-mirror daemon does not currently support replication
from multiple peers. Until that is supported, add a temporary
restriction to prevent confusion.

Fixes: http://tracker.ceph.com/issues/19256
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c0c9d1014d57b3d5b95e7513fcc38d04b9ea5165)
src/tools/rbd/action/MirrorPool.cc