Issue #7635
closedSync issue when FILE_UPLOAD_TEMP_DIR volume different from STATIC_ROOT
Description
Ticket moved to GitHub: "pulp/pulpcore/1936":https://github.com/pulp/pulpcore/issues/1936
When running a remote sync (tested against RPM plugin), if the FILE_UPLOAD_TEMP_DIR is a separate file system to STATIC_ROOT, the downloaded assets are not cleared down until the end of the sync job is completed.
This will become a significant issue when setting up multiple large repositories at the same time.
It would be ideal if as each asset is downloaded and copied to the STATIC_ROOT directory, that the item would be cleared out of the FILE_UPLOAD_TEMP_DIR, as opposed to waiting for the sync job to complete entirely.
Updated by wibbit almost 3 years ago
Correction, this is probably the WORKING_DIRECTORY which I have configured to be the same as the FILE_UPLOAD_TEMP_DIR, which is on a different partition to the STATIC_ROOT directory.
Updated by pulpbot over 1 year ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE