Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/slurm_plugin/slurm_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def is_bootstrap_failure(self, ec2_instance_missing_max_count, nodes_without_bac
self.state_string,
)
return True
# Dynamic node in DOWN+CLOUD+POWERED_DOWN+NOT_RESPONDING state
# Dynamic node in SLURM_SCONTROL_RESUME_FAILED_STATE.
elif self.is_bootstrap_timeout():
# We need to check if nodeaddr is set to avoid counting powering up nodes as bootstrap failure nodes during
# cluster start/stop.
Expand Down
Loading