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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

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 keuko requested a review from a team as a code owner December 23, 2024 00:48
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
1 participant