Backport #9103
closed
Backport 8295 "Disc Usage during Repository Sync" to 3.14.z
Status:
CLOSED - CURRENTRELEASE
- Copied from Issue #8295: Disc Usage during Repository Sync added
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.
- File deleted (
sync_disk_usage_change.patch)
bmbouter ignore the attached patch, this whole issue was just copied from the original issue, where that patch was posted early on.
Ah perfect. Yes the linked PR does look like what we want. I'm going to go ahead and delete the patch. Thanks @dralley!
Oh you did already. Haha!
- Status changed from NEW to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Assignee changed from lmjachky to dalley
Also available in: Atom
PDF
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)