bennysp commented on issue #2777: Cannot add new host with bonded interface. URL: https://github.com/apache/cloudstack/issues/2777#issuecomment-408281916 I changed to a single interface and I still see issues... ``` DEBUG:root:execute:setenforce 1 DEBUG:root:execute:hostname -f DEBUG:root:execute:selinuxenabled DEBUG:root:execute:setenforce 0 DEBUG:root:cloudbr0 is not a network device, is it down? DEBUG:root:execute:route -n|awk '/^0.0.0.0/ {print $2,$8}' DEBUG:root:execute:ifconfig em1 DEBUG:root:[Errno 2] No such file or directory File "/usr/lib64/python2.7/site-packages/cloudutils/serviceConfig.py", line 38, in configration result = self.config() File "/usr/lib64/python2.7/site-packages/cloudutils/serviceConfig.py", line 309, in config super(networkConfigRedhat, self).cfgNetwork() File "/usr/lib64/python2.7/site-packages/cloudutils/serviceConfig.py", line 108, in cfgNetwork device = self.netcfg.getDefaultNetwork() File "/usr/lib64/python2.7/site-packages/cloudutils/networkConfig.py", line 53, in getDefaultNetwork pdi = networkConfig.getDevInfo(dev) File "/usr/lib64/python2.7/site-packages/cloudutils/networkConfig.py", line 157, in getDevInfo elif networkConfig.isBridge(dev) or networkConfig.isOvsBridge(dev): DEBUG:root:execute:setenforce 1 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
