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

Adding multipath-tools extension #505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aaroncirillo-cision
Copy link

This PR adds a new extension for multipath-tools. This is needed in the environment I work in, and probably others as well.

I intend for this PR to be an open conversation about this feature. I tried to implement this in a way that aligns with Talos goals and philosophy, but if there is any feedback on this please let me know.

@aaroncirillo-cision
Copy link
Author

Where can I find the requirements for properly formatting my commit messages?

func main() {
fmt.Println("Starting multipath daemon...")

//setup a chroot environment for the extension
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we need this, with mountPropogation shared should work as a normal extension service

@@ -0,0 +1,1132 @@
defaults {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be provided as an ExtensionServiceConfig

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just compile using base and put all libs under /rootfs/usr/local/lib/containers/multipath-tools/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, sounds good, thanks

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

Successfully merging this pull request may close these issues.

2 participants