Commit c21f5d3
committed
Add retry mechanism to Ceph OSD addition task
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 #1611 parent 00a08ed commit c21f5d3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments