On Sat, Oct 25, 2014 at 03:18:32PM -0400, Robert Story wrote:
I'm on my 4th attempt to get a 3.5 hosted-engine set up on CentOS
6.5. I
seem to hit a different snag each time. The first 3 were with the ovirtmgmt
bridge on a tagged VLAN, so I decided to go back to an untagged interface
and see if I had better luck. But this install failed even earlier, when
creating the management bridge:
2014-10-25 12:37:24 INFO otopi.plugins.ovirt_hosted_engine_setup.network.bridge
bridge._misc:198 Configuring the management bridge
2014-10-25 12:37:25 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in
_executeMethod
method['method']()
File
"/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/network/bridge.py",
line 207, in _misc
_setupNetworks(conn, networks, {}, {'connectivityCheck': False})
File
"/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/network/bridge.py",
line 225, in _setupNetworks
'message: "%s"' % (networks, code, message))
RuntimeError: Failed to setup networks {'ovirtmgmt': {'nic':
'eth0', 'netmask': '255.255.255.0', 'bootproto':
'none', 'ipaddr': '10.69.79.31'}}. Error code: "16"
message: "Unexpected exception"
This means that something nasty happened inside Vdsm while attempting to
create the bridge.
Can you attach vdsm.log and supervdsmd.log?