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
创建vip正常 curl -iv -X PUT "http://127.0.0.1:8182/v2/vs/192.168.137.205-80-tcp/rs" -H "Content-type:application/json" -d "{"Items":[{"ip":"192.168.137.20 8", "port":80, "weight":1}]}"
创建RS报错 curl -iv -X PUT "http://127.0.0.1:8182/v2/vs/192.168.137.205-80-tcp/rs" -H "Content-type:application/json" -d "{"Items":[{"ip":"192.168.137.20 8", "port":80, "weight":1}]}" 报错内容: Sockopt DPVSAGENT_VS_ADD_DESTS Read sockmsg failed Error=EOF
The text was updated successfully, but these errors were encountered:
编译dpvs之前,需要打开CONFIG_DPVS_AGENT宏
修改config.mk export CONFIG_DPVS_AGENT=y
Sorry, something went wrong.
you-looks-not-tasty
No branches or pull requests
创建vip正常
curl -iv -X PUT "http://127.0.0.1:8182/v2/vs/192.168.137.205-80-tcp/rs" -H "Content-type:application/json" -d "{"Items":[{"ip":"192.168.137.20
8", "port":80, "weight":1}]}"
创建RS报错
curl -iv -X PUT "http://127.0.0.1:8182/v2/vs/192.168.137.205-80-tcp/rs" -H "Content-type:application/json" -d "{"Items":[{"ip":"192.168.137.20
8", "port":80, "weight":1}]}"
报错内容:
Sockopt DPVSAGENT_VS_ADD_DESTS Read sockmsg failed Error=EOF
The text was updated successfully, but these errors were encountered: