Bug 1122483

Summary: Fail while trying to deploy hosted-engine over VLAN tagged bonded interface
Product: Red Hat Enterprise Virtualization Manager Reporter: Michael Burman <mburman>
Component: ovirt-hosted-engine-setupAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED DUPLICATE QA Contact: Michael Burman <mburman>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.4.1-1CC: danken, ecohen, gklein, iheim, lsurette, myakove
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-24 12:00:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Relevant logs none

Description Michael Burman 2014-07-23 11:22:28 UTC
Created attachment 920198 [details]
Relevant logs

Description of problem:
Fail to deploy hosted-engine over VLAN tagged bonded interface.
With error:Failed to execute stage 'Misc configuration': Command '/usr/bin/vdsClient' failed to execute.
 

Version-Release number of selected component (if applicable):
ovirt-hosted-engine-setup-1.1.3-2.el6ev.noarch

How reproducible:
always

Steps to Reproduce:
1. clean rhel host. 
2. configure VLAN over bond.
3. run-yum install ovirt-hosted-engine-setup and then hosted-engine --deploy
4. choose VLAN over bond for rhevm network interface

Actual results:
Fail to deploy hosted-engine.

Expected results:
Hosted-engine deploy should support Vlan-tagged interfaces

Additional info:

Comment 1 Dan Kenigsberg 2014-07-24 12:00:34 UTC
Thread-12::ERROR::2014-07-23 11:49:46,244::sampling::438::vds::(run) Error while sampling stats
Traceback (most recent call last):
  File "/usr/share/vdsm/sampling.py", line 420, in run
    sample = self.sample()
  File "/usr/share/vdsm/sampling.py", line 410, in sample
    hs = HostSample(self._pid)
  File "/usr/share/vdsm/sampling.py", line 186, in __init__
    (link.name, InterfaceSample(link)) for link in getLinks())
  File "/usr/share/vdsm/sampling.py", line 186, in <genexpr>
    (link.name, InterfaceSample(link)) for link in getLinks())
  File "/usr/share/vdsm/sampling.py", line 109, in __init__
    self.speed = _getLinkSpeed(link)
  File "/usr/share/vdsm/sampling.py", line 547, in _getLinkSpeed
    speed = netinfo.vlanSpeed(dev.name)
AttributeError: 'module' object has no attribute 'vlanSpeed'

*** This bug has been marked as a duplicate of bug 1121145 ***