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

Support running on Docker 25 with additional EBS volumes #345

Closed
chadlwilson opened this issue Jul 15, 2024 · 2 comments
Closed

Support running on Docker 25 with additional EBS volumes #345

chadlwilson opened this issue Jul 15, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@chadlwilson
Copy link
Member

The plugin currently has EOL Docker logic which tries to restart docker with a logical volume group that will use any additional volumes available on the host.

This logic uses the Docker devicemapper driver which was removed in Docker 23. This functionality needs to be removed or replaced without something that works with Docker 25, e.g using overlay2 with a different root location?

FWIW: The previous logic looks like it created a logical volume group on top of multiple volumes and used all of these together.

@chadlwilson
Copy link
Member Author

This is now causing problems for AL2 AMIs newer than 2024-06-05: https://groups.google.com/g/go-cd/c/rCODTOTCZzU/m/XwPTZ4RVAgAJ

@chadlwilson chadlwilson pinned this issue Sep 5, 2024
@chadlwilson
Copy link
Member Author

Fixed in 5376ec2 by removing the extra instance volume support as being unnecessary.

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

No branches or pull requests

1 participant