]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: move schedulable, unreachable and non_draining hosts to HostCache 43331/head
authorAdam King <adking@redhat.com>
Thu, 30 Sep 2021 14:04:14 +0000 (10:04 -0400)
committerAdam King <adking@redhat.com>
Thu, 30 Sep 2021 14:04:14 +0000 (10:04 -0400)
commit0ebe83c714a93abf13b8af6148d51efb6f1a3435
tree9804a0426657d2fa14d74ead671130a5042ff8c9
parent20989eae5760ae7928bab1c7e55488b6cea8acee
mgr/cephadm: move schedulable, unreachable and non_draining hosts to HostCache

they can be accessed similar to how we access daemons with
certain attributes rather than being random functions in the
cephadm mgr module

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/migrations.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/osd.py
src/pybind/mgr/cephadm/tests/test_cephadm.py