]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add listing_updaters module
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 7 Feb 2025 17:43:42 +0000 (12:43 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 11 Feb 2025 21:08:05 +0000 (16:08 -0500)
commit2c7193085c7020fc2696bc65e9e5e7f553638254
tree59b75aa79d17543f68e6cdf825aceaea72ae20cb
parentae23ced9c9947c99a55195b2e6f414a9fb9c91bc
cephadm: add listing_updaters module

Add a small suite of new daemon status updater subclasses to a
listing_updaters.py. These classes were not put directly in listing.py
as I wanted to keep that module smaller with few complex dependencies.

These updater classes, based on the temporary
_update_daemon_and_container_status and _update_legacy_status functions
in cephadm.py will be used to replace those functions in a future
change.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/listing_updaters.py [new file with mode: 0644]