Adjust the retry for the nova-status upgrade check
there is some race condition on focal because the cell is discovered after the check, the scheduler have discover_hosts_in_cells_interval=60 adjunsting the attemd to cover more than this 60sec will fix this issue. Change-Id: Ibe32da3aa6e28d346063b1707d4aafb284cf18fd
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
become_user: "{{ _db_nova_system_user_name }}"
|
become_user: "{{ _db_nova_system_user_name }}"
|
||||||
register: nova_status_upgrade_check
|
register: nova_status_upgrade_check
|
||||||
until: nova_status_upgrade_check is success
|
until: nova_status_upgrade_check is success
|
||||||
retries: 3
|
retries: 8
|
||||||
delay: 15
|
delay: 15
|
||||||
# The nova-status upgrade check command has three standard return codes:
|
# The nova-status upgrade check command has three standard return codes:
|
||||||
# 0: all checks were successful
|
# 0: all checks were successful
|
||||||
|
|||||||
Reference in New Issue
Block a user