[Users] Host deployment on 3.2

Jeff Bailey bailey at cs.kent.edu
Sat Feb 16 00:01:44 UTC 2013


On 2/15/2013 6:42 PM, Alon Bar-Lev wrote:
> Can you please provide the relevant log from /var/log/ovirt-engine/host-deploy?

Sure.  Here's the error and some bits around it.

>
> ----- Original Message -----
>> From: "Jeff Bailey" <bailey at cs.kent.edu>
>> To: users at ovirt.org
>> Sent: Saturday, February 16, 2013 1:29:44 AM
>> Subject: [Users] Host deployment on 3.2
>>
>> I've hit a couple of small problems deploying an F18 minimal host
>> with
>> 3.2.  The first problem was missing tar.  Second, I had manually set
>> up
>> a vlan on the host for initial communication and the regular
>> expression
>> in bridge.py of the otopi plugin couldn't determine the vlan id.
>>   After
>> tweeking it a bit to make it similar to _RE_VLAN_DEVICE it was fine.
>>
>> ---
>>     Jeff
>>
>> _______________________________________________
>> Users mailing list
>> Users at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>

-------------- next part --------------
2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge bridge._waitForRoute:248 connect established ('131.123.38.29', 80)
2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge bridge._getInterfaceForDestination:302 determine interface for 131.123.38.29
2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge plugin.executeRaw:347 execute: ('/sbin/ip', 'route', 'get', 'to', '131.123.38.29'), executable='None', cwd='None', env=None
2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge plugin.executeRaw:364 execute-result: ('/sbin/ip', 'route', 'get', 'to', '131.123.38.29'), rc=0
2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge plugin.execute:411 execute-output: ('/sbin/ip', 'route', 'get', 'to', '131.123.38.29') stdout:
131.123.38.29 dev em1_1.538  src 131.123.38.20 
    cache 

2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge plugin.execute:416 execute-output: ('/sbin/ip', 'route', 'get', 'to', '131.123.38.29') stderr:


2013-02-15 14:57:13 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge bridge._getInterfaceForDestination:337 interface for 131.123.38.29 is em1_1.538
2013-02-15 14:57:13 DEBUG otopi.context context._executeMethod:130 method exception
Traceback (most recent call last):
  File "/tmp/ovirt-DyHo6SymCE/pythonlib/otopi/context.py", line 120, in _executeMethod
    method['method']()
  File "/tmp/ovirt-DyHo6SymCE/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py", line 733, in _validation
    self._getVlanMasterDevice(name=interface)
  File "/tmp/ovirt-DyHo6SymCE/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py", line 393, in _getVlanMasterDevice
    interface=name,
RuntimeError: Interface em1_1.538 is VLAN interface However its configuration is unexpected
2013-02-15 14:57:13 ERROR otopi.context context._executeMethod:139 Failed to execute stage 'Setup validation': Interface em1_1.538 is VLAN interface However its configuration is unexpected
2013-02-15 14:57:13 DEBUG otopi.context context.dumpEnvironment:391 ENVIRONMENT DUMP - BEGIN
2013-02-15 14:57:13 DEBUG otopi.context context.dumpEnvironment:401 ENV BASE/error=bool:'True'
2013-02-15 14:57:13 DEBUG otopi.context context.dumpEnvironment:401 ENV VDSM/engineAddress=str:'131.123.38.29'
2013-02-15 14:57:13 DEBUG otopi.context context.dumpEnvironment:403 ENVIRONMENT DUMP - END


More information about the Users mailing list