2020-03-22 07:57:15 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2020-01-03 16:05:19 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2020-01-02 22:49:13 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2020-01-02 22:49:12 -0500 | 获得奖牌 | ● 老师 (source) |
2020-01-02 22:49:12 -0500 | 获得奖牌 | ● 自学者 (source) |
2019-12-31 07:57:46 -0500 | 回答问题 | DHCP is not answering on OVS Check the configration on the controll node in dhcp_agent.ini interface_driver=openvswitch |
2019-12-31 07:57:46 -0500 | 问了问题 | DHCP is not answering on OVS When checking on "ip netns show" you see the DHCP servers but they do not answer the resuests. Yos see also a port connectes, but you do not see this port in "ovs-vsctl show". The reason for that is, that you did not configured the openvswitch in dhcp_agent.ini interface_driver. |
2019-12-31 05:07:13 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-05-10 06:44:28 -0500 | 问了问题 | CRITICAL nova [-] Unhandled error: gaierror: [Errno -5] No address associated with hostname I get the following error when restarting the novnc service systemctl restart nova-novncproxy.serviceIn /var/log/nova/nova-novncproxy.log I see CRITICAL nova [-] Unhandled error: gaierror: [Errno -5] No address associated with hostname This is caused by a wrong entry in nova.conf on the controller. Check the [vnc] section novncproxy_base_url=http://controller:6080/vnc_auto.html |