Created attachment 558785 [details] vdsm-bootstrap log Description of problem: vdsm-bootstrap final status will be OK even though it failed to configure network. following a relevant vdsm-bootstrap.log: Wed, 01 Feb 2012 09:07:50 DEBUG makeBridge return. Wed, 01 Feb 2012 09:07:50 ERROR addNetwork error trying to add management bridge Wed, 01 Feb 2012 09:07:50 DEBUG <BSTRAP component='SetNetworking' status='FAIL' message='addNetwork error trying to add management bridge'/> . . . Wed, 01 Feb 2012 11:05:16 DEBUG <BSTRAP component='RHEV_INSTALL' status='OK'/>
In that specific case the reason for the failure was, already existing bridge over eth0 but that bridge wasn't "ovirtmgmt" there for after reboot the host will become non-operational.
This behavior was intentional: def setNetworking(self, iurl): """ Create management bridge. This class will try to create a management bridge named "rehvm". Class always succeeds to allow network configuration from managment server even in case this class will fail to set the management bridge. however, it is going to be reconsidered by Alon when he re-writes bootstrapping soon.