mgr/cephadm: agent: simplify handling of agent reports#44031
Merged
sebastian-philipp merged 1 commit intoceph:masterfrom Dec 16, 2021
Merged
mgr/cephadm: agent: simplify handling of agent reports#44031sebastian-philipp merged 1 commit intoceph:masterfrom
sebastian-philipp merged 1 commit intoceph:masterfrom
Conversation
sebastian-philipp
approved these changes
Nov 20, 2021
16a5621 to
3c9e676
Compare
Contributor
|
Adam, would it make sense to redeploy them after a day or so? |
Contributor
Author
it wouldn't hurt as long as we're okay with having to track how long they're been down |
Contributor
For https://tracker.ceph.com/issues/47038 we need to track this anyway. |
Contributor
|
actually I think we can merge this as it is |
This was referenced Dec 2, 2021
mgr/cephadm: agent: move locking to outer _check_agents rather than individual daemon actions
#44160
Closed
14 tasks
Don't try to do extra things like checking other agents or updating health checks when agents report. Rely on serve loop for that This also should help with thrashing we've been seeing Signed-off-by: Adam King <adking@redhat.com>
9090053 to
4a4a4e8
Compare
Contributor
Author
|
This was causing but I think it should be okay now |
sebastian-philipp
approved these changes
Dec 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't try to do extra things like checking other agents
or updating health checks when agents report. Rely on
serve loop for that
This also should help with thrashing we've been seeing
Signed-off-by: Adam King adking@redhat.com