Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add retry mechanism to Ceph OSD addition task #162

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

keuko
Copy link
Contributor

@keuko keuko commented Dec 23, 2024

This change ensures the Add OSDs individually
task is retried up to 3 times with a 10-second delay between attempts if the Ceph orchestrator command fails (non-zero return code). This enhances task resilience by allowing transient issues to resolve before marking the operation as failed.

Resolves #161

@keuko keuko requested a review from a team as a code owner December 23, 2024 00:48
This change ensures the `Add OSDs individually`
task is retried up to 3 times with a 10-second delay
between attempts if the Ceph orchestrator command fails
(non-zero return code). This enhances task resilience
by allowing transient issues to resolve before marking
the operation as failed.

Resolves stackhpc#161
@keuko
Copy link
Contributor Author

keuko commented Apr 8, 2025

This is trivial, can I ask anybody to merge ?

@mnasiadka mnasiadka merged commit fe9f068 into stackhpc:master Apr 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to add OSD
2 participants