]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: assign prometheus ports during selftest 20047/head
authorJohn Spray <john.spray@redhat.com>
Mon, 22 Jan 2018 16:04:27 +0000 (16:04 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 23 Jan 2018 10:23:39 +0000 (10:23 +0000)
commite2c68d5e2582fe610098bc6ea4f0b44ad1df28fd
tree4b8a33d0ac39b8ebfb2bd3f9c192a9fe02115d67
parentdd4f322592f94067ffa641969086e8892f689c1c
qa: assign prometheus ports during selftest

This was throwing IOError("Port 9283 not free on '::'",)
when trying to serve, since merging https://github.com/ceph/ceph/pull/19744

It's because the standbys (on the same node as the active) are
now trying to listen too.

Fixes: https://tracker.ceph.com/issues/22755
Signed-off-by: John Spray <john.spray@redhat.com>
qa/tasks/mgr/test_module_selftest.py