Strictly speaking it's not a feature, but an expected hahaviour. After
discussion it does not seem useful to have that test.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
run_mon $dir a --public-addr $MONA || return 1
# wait for the quorum
timeout 120 ceph -s > /dev/null || return 1
- # strictly speaking it's not a feature, but an expected hahaviour.
- timeout 3 ceph mon add b $MONB || [ $? = 124 ] || return 1
run_mon $dir b --public-addr $MONB || return 1
teardown $dir || return 1