Bug 844176 - Host is installed with boot protocol "None" on rhevm Network when its management NIC was configured as static
Summary: Host is installed with boot protocol "None" on rhevm Network when its managem...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.1.0
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Moti Asayag
QA Contact: GenadiC
URL:
Whiteboard: network
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-29 15:07 UTC by GenadiC
Modified: 2016-02-10 19:57 UTC (History)
7 users (show)

Fixed In Version: si13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-04 20:04:04 UTC
oVirt Team: Network
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Problem shown in GUI (234.43 KB, image/png)
2012-07-29 15:07 UTC, GenadiC
no flags Details
vdsm log (3.24 MB, application/octet-stream)
2012-07-29 15:08 UTC, GenadiC
no flags Details

Description GenadiC 2012-07-29 15:07:54 UTC
Created attachment 601043 [details]
Problem shown in GUI

Description of problem:
If you configure management NIC as static on host and then add that host to the system, it will be added with boot protocol None

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Configure eth0(management IP) of host to have static IP address
2. Add that host to the DC and Cluster
3. When the host become operation check its boot protocol
  
Actual results:
Boot protocol is None

Expected results:
Boot protocol should be static as was configured on management NIC

Additional info:
On GUI and DB we can see that the management is configured as None and on VDSM we can see that it is static

Comment 1 GenadiC 2012-07-29 15:08:47 UTC
Created attachment 601044 [details]
vdsm log

Comment 3 GenadiC 2012-07-30 06:33:06 UTC
It looks similar, but it's not the same.
In 842986 Igor is talking about bridgeless Network only and about absent of cfg field and it is not this case.
In getVdsCaps you can see that the boot protocol is static.

Comment 4 lpeer 2012-07-30 10:57:20 UTC
After looking at the code -
We could not locate a place where we add BOOTPROTO=static in our code, this is an illegal value in cfg file.

We did saw that when installing the host the bootstrap code copies the properties of the nic to the management bridge.

Genadi - can you please redo the scenario but validate before the host installation that the cfg file of the nic does not have BOOTPROTO=static to start with

Comment 5 GenadiC 2012-07-30 13:13:51 UTC
The BOOTPROTO was indeed configured to static on management NIC of the host, but as we spoke it is a legitimate configuration that should be supported.

Comment 7 GenadiC 2012-08-05 09:26:18 UTC
Verified in SI13


Note You need to log in before you can comment on or make changes to this bug.