]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: update CEPHADM_FAILED_DAEMON after receiving agent metadata 43354/head
authorAdam King <adking@redhat.com>
Wed, 29 Sep 2021 19:56:00 +0000 (15:56 -0400)
committerAdam King <adking@redhat.com>
Mon, 11 Oct 2021 20:51:55 +0000 (16:51 -0400)
commit1f43d8e618b68a8a1698745950bb095aa27886c5
tree472faaec908f1142dceb39f71a13d4858e2782e7
parent100a466e3ff36fed15b0a3a25b18b2cd5bf1a19a
mgr/cephadm: update CEPHADM_FAILED_DAEMON after receiving agent metadata

otherwise, there can be a period where a daemon will be marked
incorrectly as failed or not failed even though mgr/cephadm knows
it is or isn't in an error state

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