-
Notifications
You must be signed in to change notification settings - Fork 542
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
[BUG]在allinone部署后,修改host文件添加了业务网口,宿主机离线 #21769
Comments
在host文件中添加了下面 的字段
eth0是管理网口,bond0想做业务网口 |
下面是重启后default-host的pod的日志 |
@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吗? |
需要手动添加 |
|
是否应该改为br0,因为eth0上的ip现在在br0上 |
可以重启下操作系统,正常的情况是先查询 eth0 ,然后获取到 ip 后才有 br0 。 |
|
修改为br0就好了 ,这是否是一个bug |
看了下代码的流程,https://github.com/yunionio/cloudpods/blob/master/pkg/hostman/hostinfo/hostinfo.go#L223-L230 ,确实是应该写成 br0 ,是先创建的 bridge 网桥,再解析的配置。 |
平台没有显示192.168.100.2为业务口,是bug还是前端就没有写这个业务口 |
@Misswjy 哪里显示的业务口,请截图发上来看下 |
|
在centos7.9环境下allinone安装3.11.8版本,在只有一个管理网口时正常,在添加业务网口重启host后,宿主机显示离线
The text was updated successfully, but these errors were encountered: