Actions
Issue #4998
closedArtifact size is limited to 2 GB
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 55
Quarter:
Description
Artifact is using an IntegerField for size:
The max value of an IntegerField is 2147483647:
https://docs.djangoproject.com/en/2.2/ref/models/fields/#integerfield
Related issues
Updated by daviddavis over 5 years ago
- Related to Issue #5087: Creating artifact in pulp3 fails for big files added
Updated by daviddavis over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis over 5 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis over 5 years ago
Updated by daviddavis over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|238f9d12d8e2025679c1216ce6110efd8709bcdd.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Increasing artifact size field to hold more than 2GB
fixes #4998