Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource exhausted not seen during Plan #468

Open
rbastiaans-tc opened this issue Nov 9, 2022 · 0 comments
Open

Resource exhausted not seen during Plan #468

rbastiaans-tc opened this issue Nov 9, 2022 · 0 comments

Comments

@rbastiaans-tc
Copy link

rbastiaans-tc commented Nov 9, 2022

Description

Run Levant plan with a job requesting too much resources:

  • Levant Plan will succeed successfully:
2022-11-09T15:46:38Z |DEBU| levant/plan: triggering Nomad plan
2022-11-09T15:46:38Z |INFO| levant/plan: group xxxx and task xxxx plan indicates change of Resources:MemoryMB from 4096 to 8192

Run Nomad plan with a job requesting too much resources:

  • Nomad Plan will fail:
Scheduler dry-run:
- WARNING: Failed to place all allocations.
  Task Group "xxxx" (failed to place 1 allocation):
    * Resources exhausted on 3 nodes
    * Dimension "memory" exhausted on 3 nodes

Output of levant version:

$ levant -version
Levant v0.3.1

Output of nomad version:

$ nomad -version
Nomad v1.3.1 (2b054e38e91af964d1235faa98c286ca3f527e56)

I think this is related to this was only solved for deploy and not for plan:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant