Closed keilr closed 5 months ago
@gerrod3 FYI
@keilr I could not reproduce this with the latest 3.22 image (sha256:b721fe1c300995cdbbda1d5c717d6fdef841dbbb118692b403da8c879159a0af
) and the same remote. I think I remember seeing this issue when fixing this: https://github.com/pulp/pulp_python/pull/506. Basically during each task we expect the task to get a new temporary directory to do its work in and that it is cleaned up after the task is finished. The error seems to point to the tmp directory not being cleaned up before the next publication. So I would take a look at your task WORKING_DIRECTORY
, defaults to /var/lib/pulp/tmp
, and also take a look at the /tmp
directory to see if any old files are piling up. If you find any, delete them and then retry the task.
@keilr Since there hasn't been any updates in a while I am closing this issue. Feel free to reopen if it has not been resolved.
Version
Container image:
docker.io/pulp/pulp:3.22
(docker.io/pulp/pulp@sha256:fe90b9131f5d3f4bfe5a2df9cce136b410b5f6d9458c202603470e008675995c
)Python Packages:
Describe the bug
We see this error while trying to create a new publication.
To Reproduce
Repo:
Remote:
Expected behavior
Create new publication
Additional context
This error has been occurring since January 9th. Previously, it worked perfectly, and we didn't make any changes to Pulp.