]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: filter hosts that can't support VIP for ingress 52740/head
authorAdam King <adking@redhat.com>
Tue, 1 Aug 2023 21:43:36 +0000 (17:43 -0400)
committerAdam King <adking@redhat.com>
Fri, 4 Aug 2023 19:20:48 +0000 (15:20 -0400)
commit17bc76f5bb6b3ef8c962ce31a80c5a3a43b5bdd2
tree08db43ae2fde8ee24560439a886dd4e8626432c0
parent58ddc4e20f7cead1f2594241450f4beb5230c746
mgr/cephadm: filter hosts that can't support VIP for ingress

Keepalive daemons need the host to have an interface
on which they can set up their VIP. If a host
does not have any interface that can work, we should
filter it out

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/schedule.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/tests/test_services.py