Skip to content

Commit

Permalink
Merge pull request #253 from ceph/mergify/bp/reef/pr-107
Browse files Browse the repository at this point in the history
rocksdb-resharding: add a retry/until (backport #107)
  • Loading branch information
asm0deuz authored Nov 23, 2023
2 parents 2a420b1 + 81c3d0c commit 1506bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rocksdb-resharding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
command: "{{ cephadm_cmd }} orch ps --daemon_type osd --daemon_id {{ osd_id }} --format json"
changed_when: false
register: ceph_orch_ps
retries: 120
delay: 1
until: (ceph_orch_ps.stdout | from_json)[0]['status_desc'] == 'running'

- name: set_fact container_image, container_host
set_fact:
Expand Down

0 comments on commit 1506bd2

Please sign in to comment.