cloudstack kvm agent
卸载agent,查看网卡信息 物理网卡eth0 被无耻的修改为cloudbr0
cloudbr0,cloudbr1网桥删除
ifconfig 显示cloudbr0
修改/etc/udev/rules.d/70-persistent-net.rules
# PCI device 0x8086:0x1502 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:cc:b4:4f:80", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x0085 (iwlwifi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:11:96:f7:c0:cc", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x8086:0x1502 (e1000e) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:cc:b4:4f:80", ATTR{type}=="1", KERNEL=="eth*", NAME="cloudbr0"
不知道为何cloudstack-agent 会修改这里的文件信息
注释掉 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:cc:b4:4f:80", ATTR{type}=="1", KERNEL=="eth*", NAME="cloudbr0"
会显示eth0 信息
版权声明:本文为博主原创文章,未经博主允许不得转载。
页:
[1]