Skip to content

Commit 7143305

Browse files
authored
Increase racreset retries to handle iDRAC instability after clear-jobs (#778)
After --clear-jobs --force, the iDRAC can take up to ~2 minutes before its Redfish Systems endpoint responds again, causing --racreset to fail with "ComputerSystem's Members array is either empty or missing". Add retries (15) and delay (10s) to allow the iDRAC time to stabilize.
1 parent 28aa228 commit 7143305

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/boot-iso/tasks/dell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
badfish_password: "{{ hostvars[item]['bmc_password'] }}"
3939
badfish_args:
4040
- "--racreset"
41+
retries: 15
42+
delay: 10
4143
ignore_errors: true
4244
when: reset_idrac | bool
4345

0 commit comments

Comments
 (0)