Wjy

Results 12 comments of Wjy

在host文件中添加了下面 的字段 ovn_encap_ip: 192.168.100.2 networks: - eth0/br0/110.xx.xx.xx - bond0/br1/192.168.100.2 eth0是管理网口,bond0想做业务网口

下面是重启后default-host的pod的日志 [info 2024-12-07 16:42:39 informer.NewWatchManagerBySessionBg.func1(watcher.go:51)] callback with watchMan success. [info 2024-12-07 16:42:41 hostinfo.(*SHostInfo).ensureMasterNetworks(hostinfo.go:1246)] Master ip 192.168.100.2 to fetch wire [info 2024-12-07 16:42:41 hostinfo.(*SHostInfo).tryCreateNetworkOnWire(hostinfo.go:1217)] Get master ip 192.168.100.2 and mask 24...

> @Misswjy 要看下平台有没有包含 110.xx.xx.xx 和 192.168.100.2 这两个 ip 的子网 有110的没有192

> > > @Misswjy 要看下平台有没有包含 110.xx.xx.xx 和 192.168.100.2 这两个 ip 的子网 > > > > > > 有110的没有192 > > 那创建包含 192.168.100.2 这个 ip 的子网再重启 host 服务试试 我看新建192网络需要网关,但是我192这个网络没有网关

> > > @Misswjy 要看下平台有没有包含 110.xx.xx.xx 和 192.168.100.2 这两个 ip 的子网 > > > > > > 有110的没有192 > > 那创建包含 192.168.100.2 这个 ip 的子网再重启 host 服务试试 一台服务器不能有两个网关吧

> @Misswjy 管理口和 host.conf 里面的 listen_interface 有关系,没设置的话就是 networks 里面的第一个作为管理口 在host文件没见listen_interface 是要在host文件添加这个位管理口ip吗?

> > > @Misswjy 管理口和 host.conf 里面的 listen_interface 有关系,没设置的话就是 networks 里面的第一个作为管理口 > > > > > > 在host文件没见listen_interface 是要在host文件添加这个位管理口ip吗? > > 需要手动添加 `listen_interface: ` ![屏幕截图 2024-12-27 144016](https://github.com/user-attachments/assets/ba493dae-0f44-4e45-b6b3-ac835032d8e7) 修改后报错 pod起不来

> > > @Misswjy 管理口和 host.conf 里面的 listen_interface 有关系,没设置的话就是 networks 里面的第一个作为管理口 > > > > > > 在host文件没见listen_interface 是要在host文件添加这个位管理口ip吗? > > 需要手动添加 `listen_interface: ` 是否应该改为br0,因为eth0上的ip现在在br0上

> > > > > @Misswjy 管理口和 host.conf 里面的 listen_interface 有关系,没设置的话就是 networks 里面的第一个作为管理口 > > > > > > > > > > > > 在host文件没见listen_interface 是要在host文件添加这个位管理口ip吗? > > >...

> > > > > @Misswjy 管理口和 host.conf 里面的 listen_interface 有关系,没设置的话就是 networks 里面的第一个作为管理口 > > > > > > > > > > > > 在host文件没见listen_interface 是要在host文件添加这个位管理口ip吗? > > >...