]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: optional pass 'known' through to ok_to_stop
authorSage Weil <sage@newdream.net>
Fri, 26 Feb 2021 13:46:26 +0000 (08:46 -0500)
committerSage Weil <sage@newdream.net>
Tue, 2 Mar 2021 19:00:13 +0000 (14:00 -0500)
commitd9da769079a6a78efd1016af28e7bcf0b8ab830c
treec43a011a45c4e58d2c64d2afd0f662b5fb913015
parent94b190d4a567ed65ece8aa1981f3aeaa59a292e7
mgr/cephadm: optional pass 'known' through to ok_to_stop

Optionally provide a list of previously known-to-be-ok-to-stop items to
the ok_to_stop method. This has to get plumbed through a zillion instances
of this class method.

No functional change (yet).

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/iscsi.py
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/services/nfs.py
src/pybind/mgr/cephadm/upgrade.py