Actions
Story #4981
closedRemove incomplete chunked uploads after a set amount of time
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Chunked uploads could be large. If they are never turned into artifacts, they could take up large amounts of disk space indefinitely.
Related issues
Updated by daviddavis over 5 years ago
- Related to Story #4196: As a user, I can upload files in chunks. added
Updated by daviddavis over 5 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by daviddavis over 5 years ago
- Related to Story #4988: As a user, I can remove uploads added
Updated by ttereshc over 5 years ago
Does it make sense to extend the upload API for GET and DELETE and accept the parameter incomplete=true?
So one would be able to list or retrieve incomplete uploads and remove them by explicitly specifying that they are removing the incomplete one.
E.g.
# all
http GET :24817/pulp/api/v3/uploads/ incomplete=true # or just filter by completed_at
# specific one (not very useful but might be a way to check for a user if the upload is incomplete or not)
export UPLOAD='/pulp/api/v3/uploads/345b7d58-f1f8-45d9-d354-82a31eb879bf/'
http GET :24817${UPLOAD} incomplete=true # or just filter by completed_at
# remove a specific one
http DELETE :24817${UPLOAD} incomplete=true
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions