Feature #3543
Change pithos default container policy quota to unlimited
Status: | Resolved | Start date: | 04/04/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Sofia Papagiannaki | % Done: | 0% |
|
Category: | Pithos | Spent time: | - | |
Target version: | 0.14.0 |
Description
Pithos currently has as a default container policy quota limit set to 50GB.
Change this to unlimited.
Associated revisions
Change pithos default container policy quota to unlimited
Refs: #3543
- Substitute the PITHOS_BACKEND_QUOTA setting with two
distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
PITHOS_BACKEND_CONTAINER_QUOTA - Set PITHOS_BACKEND_CONTAINER_QUOTA default value
to something big (50 TB) - Pass account and container policies as backend
arguments arguments instead of setting them
after each backend instantiation.
Change pithos default container policy quota to unlimited
Refs: #3543
- Substitute the PITHOS_BACKEND_QUOTA setting with two
distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
PITHOS_BACKEND_CONTAINER_QUOTA - Set PITHOS_BACKEND_CONTAINER_QUOTA default value
to something big (50 TB) - Pass account and container policies as backend
arguments arguments instead of setting them
after each backend instantiation.
pithos: Change default container quota policy
Set PITHOS_BACKEND_CONTAINER_QUOTA to 0
(to disable by default the container quota check)
instead of setting to something big
Refs: #3543
History
#1 Updated by Sofia Papagiannaki about 10 years ago
- Status changed from Assigned to Resolved