Add short sleeps around show_top to isolate if there's a race condition causing intermittent RSA key format errors

This commit is contained in:
Jason Ertel
2023-05-30 12:08:39 -04:00
parent 192c8c78c7
commit d0d1cc9106

View File

@@ -615,7 +615,9 @@ if ! [[ -f $install_opt_file ]]; then
check_sos_appliance
logCmd "salt-key -yd $MINION_ID"
sleep 2 # Debug RSA Key format errors
logCmd "salt-call state.show_top"
sleep 2 # Debug RSA Key format errors
logCmd "salt-key -ya $MINION_ID"
logCmd "salt-call state.apply common.packages"