You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set an instance type in limits.yaml which I do not have permission to launch, the following occurs:
citc $ cat limits.yaml
cat limits.yaml
g3s.xlarge: 2
citc $ finish
user $ srun --pty -c 2 -I bash
citc $ tail /var/log/slurm/elastic.log
2020-12-11 10:57:04,484 startnode ERROR problem launching instance: An error occurred (VcpuLimitExceeded) when calling the RunInstances operation: You have requested more vCPU capacity than your current vCPU limit of 0 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.
From the perspective of the user srun hangs leaving the error opaque, it would be better if srun failed fast rather than just hung with a timeout, or limits.yaml was checked to determine whether it is possible to launch such an instance when finish is executed.
The text was updated successfully, but these errors were encountered:
When I set an instance type in
limits.yaml
which I do not have permission to launch, the following occurs:From the perspective of the user
srun
hangs leaving the error opaque, it would be better if srun failed fast rather than just hung with a timeout, orlimits.yaml
was checked to determine whether it is possible to launch such an instance whenfinish
is executed.The text was updated successfully, but these errors were encountered: