]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: prevent adding multiple mirror peers to a single pool 13919/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Mar 2017 15:56:38 +0000 (10:56 -0500)
committerJason Dillaman <dillaman@redhat.com>
Sun, 12 Mar 2017 15:18:02 +0000 (11:18 -0400)
commitc0c9d1014d57b3d5b95e7513fcc38d04b9ea5165
treeaf554d4322e54392afd5bb8e6db4ba80fb708e93
parent5a91efd14b5c9615e5e4a9cbc3de3ddd8592da45
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>
src/tools/rbd/action/MirrorPool.cc