Actions
Backport #9103
closedBackport 8295 "Disc Usage during Repository Sync" to 3.14.z
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 101
Quarter:
Q2-2021
Related issues
Updated by dalley over 3 years ago
- Copied from Issue #8295: Disc Usage during Repository Sync added
Updated by bmbouter over 3 years ago
The attached patch doesn't seem like the fix for the issue we need since it modifies the stages. I propose we see what the final merge to master is and then cherrypick it from there.
Updated by dalley over 3 years ago
bmbouter ignore the attached patch, this whole issue was just copied from the original issue, where that patch was posted early on.
Updated by bmbouter over 3 years ago
Ah perfect. Yes the linked PR does look like what we want. I'm going to go ahead and delete the patch. Thanks @dralley!
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by dalley over 3 years ago
Updated by dalley over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|b4a373064231c2df605f37c2dd35b222520b0014.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Move downloaded files instead of copying them
Before this commit, the condition that checks whether pulp's temporary files are stored within /var/lib/pulp was never met because it looked for files starting with /var/lib/pulp/media (MEDIA_ROOT). MEDIA_ROOT is however no longer pointing to /var/lib/pulp.
backports #8295
fixes #9103
(cherry picked from commit fbe2d7f9c85008e8223fec8fcfdb87e665e06881)