You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/commands/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,9 @@ with at least one host in it - see the `cephadm` role for more details.
33
33
- "fs new cephfs cephfs_metadata cephfs_data"
34
34
- "orch apply mds cephfs --placement 3"
35
35
```
36
+
37
+
*`cephadm_commands_until` A expression to evaluate to allow retrying commands. May reference the registered result variable, `cephadm_commands_result`. Default is `true` (do not use retries).
38
+
39
+
*`cephadm_commands_retries`: Number of retries to use with `cephadm_commands_until`. Default is 0.
40
+
41
+
*`cephadm_commands_delay`: Delay between retries with `cephadm_commands_until`. Default is 0.
0 commit comments