Feature #3411
Rename user-set-initial-quota to user-set-base-quota
Status: | New | Start date: | 03/08/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Georgios Tsoukalas | % Done: | 0% |
|
Category: | Astakos | Spent time: | - | |
Target version: | 0.14.0 |
Description
'initial-quota' can be confusing for the user / admin (as an one-time init operation to set user quotas). Rename it to 'user-set-base-quota' (or s/base/basic).
The docs (upgrade guide / install guide) must be updated accordingly.
Associated revisions
astakos: Remove command user-set-initial-quota
To change base quota for a specified user:
snf-manage user-modify user --set-base-quota resource limit
To import base quota in batch from a file:
snf-manage astakos-quota --import-base-quota filename
Rename `initial' to `base quota' in command output.
Move code that creates/removes AstakosUserQuota entries in file quotas.py;
sync user to quotaholder after such a change.
Refs #3411
History
#1 Updated by Stratos Psomadakis about 10 years ago
- Assignee changed from Sofia Papagiannaki to Georgios Tsoukalas