Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks fight over shared volume #603

Open
ralphbean opened this issue Nov 8, 2024 · 1 comment
Open

Tasks fight over shared volume #603

ralphbean opened this issue Nov 8, 2024 · 1 comment

Comments

@ralphbean
Copy link
Member

While watching a long-running release, I noticed that the push-rpms-data-to-pyxis task sat there pending for 20 minutes. I worried something was wrong, so I looked in the events logs and found that it was prohibited from attaching to the pvc that it wanted because another task in the same pipeline was currently using it (the rh-sign-image-cosign task. They would otherwise be able to run in parallel, but one was stopped waiting for the other.

Can anything be done to decrease use or dependence on the shared pvc? Can some tasks use the volume in a read-only capacity that allows multi-attach?

@johnbieren
Copy link
Collaborator

Very interesting find. Opened https://issues.redhat.com/browse/RELEASE-1291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants