Bug 1319785

Summary: vNICs without link from OVF must be marked as such in the vm.conf too
Product: [oVirt] ovirt-hosted-engine-ha Reporter: Martin Sivák <msivak>
Component: GeneralAssignee: Martin Sivák <msivak>
Status: CLOSED CURRENTRELEASE QA Contact: sefi litmanovich <slitmano>
Severity: high Docs Contact:
Priority: high    
Version: 1.3.5CC: bugs, dfediuck, mavital, mgoldboi, msivak, sbonazzo, ylavi
Target Milestone: ovirt-3.6.5Flags: rule-engine: ovirt-3.6.z+
ylavi: planning_ack+
msivak: devel_ack+
mavital: testing_ack+
Target Release: 1.3.5.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1319769 Environment:
Last Closed: 2016-04-21 14:42:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: SLA RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1319769, 1326023, 1333143    

Description Martin Sivák 2016-03-21 14:13:00 UTC
Steps to reproduce:

1) Install hosted engine environment with vNIC editing enabled (see the related bug) - set engine-config -s OvfUpdateIntervalInMinutes=1
2) Create new network dummynet in the DC/Cluster
3) Add a new vNIC to the hosted engine VM using dummynet and mark it as unplugged/down
4) Wait for the OVF to propagate to hosted engine OVF store (check step 1, it should take a minute)
5) Stop HE VM
6) Try to start the VM again


Actual result:

The VM will fail to start because of the vNIC.

Expected result:

The VM starts fine.


Additional info:

We have to convert the Linked xml element to linkActive VDSM's NIC device attribute.

Comment 1 Mike McCune 2016-03-28 23:10:48 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 2 Yaniv Kaul 2016-04-10 13:39:21 UTC
Both gerrit links are merged - can this bug be moved to MODIFIED and be included in 3.6.5?

Comment 3 Martin Sivák 2016-04-11 12:15:48 UTC
It will be.

Comment 4 sefi litmanovich 2016-04-14 15:31:11 UTC
Verified with ovirt-hosted-engine-ha-1.3.5.2-1.el7ev.noarch
rhevm-3.6.5.3-0.1.el6.noarch according to steps in the description.
The vm was started successfully with dummy nic still attached and unplugged as it was initially set.