mgr/cephadm: add ok-to-stop functions for ceph client services#38915
mgr/cephadm: add ok-to-stop functions for ceph client services#38915sebastian-philipp merged 1 commit intoceph:masterfrom
Conversation
|
created as a draft because we are still testing but wanted to get something up to share and get feedback from |
jmolmo
left a comment
There was a problem hiding this comment.
I think this is what we need!.. Just to say that it could be nice to improve the detection of ha-rwg running properly with my suggestion.
01f3ab5 to
83929dc
Compare
|
Removed ha-rgw ok-to-stop from this. This PR is meant to be more straightforward set of ok-to-stop functions for the remaining daemon types, however ha-rgw would require introduction of daemon types to ok-to-stop (currently the classes self.TYPE, which is a service type, and causes issues for ha-rgw). Since it's a more substantial change that ultimately affects all ok-to-stop functions by changing parameters we're going to split it into its own PR |
83929dc to
0a7810b
Compare
i have something for this but it involves modifying the _enough_daemons_to_stop func so it will be easier to add once #38854 merged |
0a7810b to
0fb066b
Compare
dfd5eb0 to
857da69
Compare
65b482f to
8bb50c1
Compare
|
ping @jmolmo |
|
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
8bb50c1 to
e8d4074
Compare
e8d4074 to
595f2b4
Compare
d4e8dc9 to
da5be7f
Compare
|
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
Signed-off-by: Daniel-Pivonka <dpivonka@redhat.com> Signed-off-by: Adam King <adking@redhat.com>
da5be7f to
674912b
Compare
create ok-to-stop functions for client services.
depends on #38854
related to #38897
Signed-off-by: Daniel-Pivonka dpivonka@redhat.com
Signed-off-by: Adam King adking@redhat.com