Skip to content

Commit

Permalink
rolling_update: modify default health_osd_check_*
Browse files Browse the repository at this point in the history
let's do more retries with a shorter delay.

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 50a21d6)
  • Loading branch information
guits committed Oct 26, 2021
1 parent a15448e commit 2c9fc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@

- name: upgrade ceph osds cluster
vars:
health_osd_check_retries: 40
health_osd_check_delay: 30
health_osd_check_retries: 600
health_osd_check_delay: 2
upgrade_ceph_packages: True
hosts: "{{ osd_group_name|default('osds') }}"
tags: osds
Expand Down

0 comments on commit 2c9fc7f

Please sign in to comment.