Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 834204

Summary: Failed to edit management networks when management network is over a vlan (missing buttons)
Product: Red Hat Enterprise Virtualization Manager Reporter: Martin Pavlik <mpavlik>
Component: ovirt-engine-webadmin-portalAssignee: Einav Cohen <ecohen>
Status: CLOSED NOTABUG QA Contact: yeylon <yeylon>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.0.5CC: dyasny, ecohen, gklein, iheim, masayag, Rhev-m-bugs, srevivo, ykaul
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 828661 Environment:
Last Closed: 2012-06-21 08:56:33 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:
Bug Depends On: 828661    
Bug Blocks: 828067    
Attachments:
Description Flags
screenshot none

Description Martin Pavlik 2012-06-21 08:24:11 UTC
+++ This bug was initially created as a clone of Bug #828661 +++

Description of problem:
On cluster 3.0, the 'Edit management network' dialouge will fail to open properly (no 'ok' nor 'cancel' buttons), if the management network is on top of a vlan.

How reproducible:
always

Steps to Reproduce:
1. Add a Host to cluster 3.0.
2. Set the management network on top of a VLAN.
3. Select the management network and click on 'Edit management network'.
  
Actual results:
The 'Edit management network' dialouge is not opened completely (no 'ok' nor 'cancel' buttons)

Expected results:
'Edit management network' dialouge should be opened properly

Additional info:
Debugging the gwt shows that HostInterfaceListModel.GetInterfaceOptionsForEditNetwork tries to access the engien side to query for the vlan parent interface.
It uses the DataProvider.GetVlanParentInterface for it, while this code isn't supposed to be supported and should have been converted to AsyncDataProvider.
There for the reture value of that query is null and a NPE is thrown on webadmin side, causing the dialouge not to open as expected.

Comment 1 Martin Pavlik 2012-06-21 08:27:42 UTC
Created attachment 593388 [details]
screenshot

Comment 2 Martin Pavlik 2012-06-21 08:56:33 UTC
This action does not produce any logs in rhevm 3.0.5. Please ignore above mentioned log which comes from original bug.