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

[set-user-quota] Adjustments #2453

Closed
eviltwinhans opened this issue Dec 1, 2021 · 0 comments · Fixed by #2458
Closed

[set-user-quota] Adjustments #2453

eviltwinhans opened this issue Dec 1, 2021 · 0 comments · Fixed by #2458

Comments

@eviltwinhans
Copy link

eviltwinhans commented Dec 1, 2021

Overview

set-user-quota is to be adjusted.

Description

  • set-user-quota without options should lead to an error message (with info about valid values) instead of making quota unlimited
  • set-user-quota -j infinity/<float>/<negative int>/<any other non-valid values> should lead to an error message with information about valid values
  • set-user-quota -j <zero or positive int> should set user's limit of parallel jobs to the required value
  • set-user-quota -j unlimited should make user's job quota unlimited
  • set-user-quota --help should contain information about valid values

Follow up actions

  • If needed, FE should be adjusted to correctly map unlimited parallel jobs (e.g. 'unlimited' instead of 'infinity')
  • Documentation should be updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant