We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
背景: 希望通过ipvsadm来实现dpvs集群间的连接同步。
执行指令: ./ipvsadm --start-daemon master --mcast-interface dpdk0.kni 出现Bad file descriptor报错,log中看不到其他的日志。
./ipvsadm --start-daemon master --mcast-interface dpdk0.kni
Bad file descriptor
请问下各位大佬,这种问题应该如何排查?
The text was updated successfully, but these errors were encountered:
DPVS 目前还不支持这个功能。
Sorry, something went wrong.
感谢回复😀 后续是否有计划支持一下?或者是因为有某些顾虑而没有支持?
fullnat的连接同步实现比较复杂,而且会有性能问题,参考 #476 ,目前暂时还没有好的方案支持这一功能。
No branches or pull requests
背景:
希望通过ipvsadm来实现dpvs集群间的连接同步。
执行指令:
./ipvsadm --start-daemon master --mcast-interface dpdk0.kni
出现
Bad file descriptor
报错,log中看不到其他的日志。请问下各位大佬,这种问题应该如何排查?
The text was updated successfully, but these errors were encountered: