Issue #4998
Artifact 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
Associated revisions
History
#1
Updated by amacdona@redhat.com over 1 year ago
- Triaged changed from No to Yes
#2
Updated by daviddavis over 1 year ago
- Related to Issue #5087: Creating artifact in pulp3 fails for big files added
#3
Updated by amacdona@redhat.com over 1 year ago
- Sprint set to Sprint 55
#4
Updated by daviddavis over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
#5
Updated by daviddavis over 1 year ago
- Status changed from ASSIGNED to POST
#6
Updated by daviddavis over 1 year ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|238f9d12d8e2025679c1216ce6110efd8709bcdd.
#7
Updated by bmbouter about 1 year ago
- Sprint/Milestone set to 3.0.0
#8
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Increasing artifact size field to hold more than 2GB
fixes #4998