]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: prevent adding multiple mirror peers to a single pool 14664/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Mar 2017 15:56:38 +0000 (10:56 -0500)
committerNathan Cutler <ncutler@suse.com>
Thu, 20 Apr 2017 10:34:09 +0000 (12:34 +0200)
commit216156b5d4e2666ca592eaab2211940028422bc0
tree751a790c79e284961a7a90767952661410dd79b1
parent118ccad0ba763b98c9ee3de225a947be5372dc0d
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