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

Docker 1.12-rc2 complains if CONFIG_IP_VS is not set in kernel, please update contrib/check-config.sh #24005

Closed
williamh opened this issue Jun 27, 2016 · 4 comments
Labels
priority/P3 Best effort: those are nice to have / minor issues.
Milestone

Comments

@williamh
Copy link
Contributor

A user reported the following error to me when starting docker:
WARN[0089] Running modprobe ip_vs failed with message: modprobe: WARNING: Module ip_vs not found in directory /lib/modules/4.4.1-vanilla-docker-1, error:
exit status 1
ERRO[0089] Could not get ipvs family information from the kernel. It is possible that ipvs is not enabled in your kernel. Native loadbalancing will not
work until this is fixed.
ERRO[0000] Failed to write to /proc/sys/net/ipv4/vs/conntrack: open /proc/sys/net/ipv4/vs/conntrack: no such file or directory

Can you please update the checker as requested?

?Also, for my information, is this a required setting, or will Docker work without it?

Thanks for your time,

William

@cpuguy83
Copy link
Member

@williamh It's required for swarm routing to work.

@cpuguy83 cpuguy83 added this to the 1.12.0 milestone Jun 28, 2016
@cpuguy83 cpuguy83 added the priority/P3 Best effort: those are nice to have / minor issues. label Jun 28, 2016
@williamh
Copy link
Contributor Author

Ok, cool, thanks for the explanation. :-)

@jthomaschewski
Copy link

Where have you got this error message?
I've setup a swarm-mode cluster without any error messages but load balancing did not work - I later realized that my kernel is compiled without ip_vs which likely caused the problems.

@cpuguy83
Copy link
Member

Adding to check-config in #24047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/P3 Best effort: those are nice to have / minor issues.
Projects
None yet
Development

No branches or pull requests

3 participants