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

Restore min/max for cores and memory #77

Open
Zarquan opened this issue Oct 26, 2024 · 0 comments
Open

Restore min/max for cores and memory #77

Zarquan opened this issue Oct 26, 2024 · 0 comments

Comments

@Zarquan
Copy link
Member

Zarquan commented Oct 26, 2024

Separate the requested and offered values for the generic-compute cores and memory and restore the min/max values for the requested set.

resources:
  compute:
  - type: uri:generic-compute
    cores:
      requested:
        min: 4
        max: 8
    memory:
      requested:
        min: 16
        max: 24
        units: GiB

New rational - if/when the service offers more resources than requested, the user can specify a max value on some nodes to shift the extra allocation to other modes.

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