We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00a08ed + c21f5d3 commit fe9f068Copy full SHA for fe9f068
roles/cephadm/tasks/osds.yml
@@ -20,3 +20,6 @@
20
# NOTE: Without this, the delegate hosts's ansible_host variable will not
21
# be respected.
22
ansible_host: "{{ mon_ansible_host if 'mons' in group_names else hostvars[groups['mons'][0]].ansible_host }}"
23
+ until: osd_add_result.rc == 0
24
+ retries: 3
25
+ delay: 10
0 commit comments