Lei Chen
Lei Chen
CI和SNAT的部分下一步就会先做起来。
有详细信息么,比如日志,coredump,什么版本(对应的gitcommit)? 添加了哪些路由和地址? 双网卡是很常见的配置,目前还没有发现过浮点数异常的问题.另外是给Linux的kni添加地址,造成dpvs退出?
We'll take a look.
Thanks! Is the group wechat or qq ?
Joined.
`service keepalived reload` 也会这样么? 是每次必现么? @mscbg 帮忙看看
也许可以尝试修改keepalive代码,确保dpvs启动并状态为ready后再继续初始化。。dpvs可能需要使用某种机制对外通告ready。比如写某个类似pid文件的方法。 或者让keepalived主动探测dpvs是否ready,比如尝试下某个get命令。
看起来在主进程里做比较好,dpvs没起来就不用走下去了。
`kni` devices' MAC are derived from real device, for your example it is `bond1`. pls make sure when `kni_add_dev` is invoked, the MAC of `bond1` is exist, not **all-zero**. You...
Is it already exist when system bootup, when `netif_init->netif_port_init->kni_add_dev` ? the error log shows `00:00:00:00:00:00` is set.