mirror of https://github.com/ceph/ceph-ansible.git
rolling_update: modify default health_osd_check_*
let's do more retries with a shorter delay.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 50a21d695e
)
pull/6971/head
parent
e5ef104c57
commit
f7d67f7669
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue