We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1345130 commit a674be0Copy full SHA for a674be0
src/slurm_plugin/instance_manager.py
@@ -848,9 +848,10 @@ def _best_effort_node_assignment(
848
# No instances launched at all, e.g. CreateFleet API returns no EC2 instances,
849
# or no left instances available from a best-effort EC2 launch
850
logger.info("No launched instances found for nodes %s", print_with_count(nodes_resume_list))
851
+ logger.info("Check slurm_resume log for ec2 error codes")
852
self._update_failed_nodes(
853
set(nodes_resume_list),
- "InsufficientInstanceCapacity(Check slurm_resume log for ec2 error codes)",
854
+ "InsufficientInstanceCapacity",
855
override=False,
856
)
857
0 commit comments