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

Bug: Persistent volume creation #75

Open
unicode-it opened this issue Aug 14, 2024 · 2 comments
Open

Bug: Persistent volume creation #75

unicode-it opened this issue Aug 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@unicode-it
Copy link

Version

3, develop branch

Reproduce

Create a docker-compose file with multiple services mounting the same volume. Convert it.

Expected behavior

Only one persistent volume claim should be created with ReadWriteMany attribute set.

Faulty behavior

One persistent volume claim is created for each service. Services don't share the same data as the docker setup would expect.

@metal3d
Copy link
Owner

metal3d commented Oct 29, 2024

Ho, I will test this. Sorry for the delay

@metal3d
Copy link
Owner

metal3d commented Oct 29, 2024

OK, right. I confirm this is a bug.

I will probably change the way I manage named volumes to create "global" volume claims and to allow mapping the volume on all deployments

@metal3d metal3d added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants