]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: offline host watcher
authorAdam King <adking@redhat.com>
Fri, 4 Mar 2022 02:47:47 +0000 (21:47 -0500)
committerAdam King <adking@redhat.com>
Sat, 26 Mar 2022 01:21:59 +0000 (21:21 -0400)
commitbd9eb596570cfcc7fea793c2b380bc66dd719439
treeae5d24f4e1306a47003a297d0d43405acac0cc6e
parent56f20feb623b28b502a7b037b89c9d5daafd7464
mgr/cephadm: offline host watcher

To be able to detect if certain offline hosts go
offline quicker. Could be useful for the NFS
HA feature as this requires moving nfs daemons from
offline hosts within 90 seconds.

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/offline_watcher.py [new file with mode: 0644]
src/pybind/mgr/cephadm/schedule.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/ssh.py
src/pybind/mgr/cephadm/tests/fixtures.py
src/pybind/mgr/cephadm/utils.py