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 <gabrioux@redhat.com>
(cherry picked from commit 50a21d6)
  • Loading branch information
guits committed Oct 25, 2021
1 parent e5ef104 commit f7d67f7
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 @@ -487,8 +487,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 f7d67f7

Please sign in to comment.