Bug 651798 - rhevm bridge came up instead of breth0 after fail to configure network
Summary: rhevm bridge came up instead of breth0 after fail to configure network
Keywords:
Status: CLOSED DUPLICATE of bug 650179
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: ovirt-node
Version: 5.6
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: rc
: ---
Assignee: Mike Burns
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-10 10:25 UTC by Mohua Li
Modified: 2013-04-30 23:14 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 650179
Environment:
Last Closed: 2010-11-10 10:30:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mohua Li 2010-11-10 10:25:14 UTC
as this bug also appear in rhev 5.6, so clone it, met this bug 1~2 times during 10 times try, 


+++ This bug was initially created as a clone of Bug #650179 +++

Description of problem:
after partition, check the network,  no network yet, then choose o-c-network, 


Physical Networking Devices (*=PXE boot interface)
 Name       Driver       MAC               
*eth0       forcedeth    00:1f:29:05:b9:1c 
 eth1       forcedeth    00:1f:29:05:b9:1d 
1) eth0                     4) NTP
2) eth1                     5) Abort
3) DNS                      6) Save And Return To Menu
Choose an interface or a configuration option: Selected: eth0


Configure breth0 for use by eth0..


NIC is: ACTIVE
Help identify eth0 by blinking the lights for 10 seconds ([Y]es or [N]o)? n
Include VLAN support ([Y]es, [N]o or [A]bort)?  n
Enable IPv4 support ([S]tatic IP, [D]HCP or [A]bort)? d

Is this correct ([Y]es, [N]o or [A]bort)? y


Management Network Configuration

***** WARNING *****
Configuring the network will destroy all existing networking
configuration on this system.
***** WARNING *****

Physical Networking Devices (*=PXE boot interface)
 Name       Driver       MAC               
*eth0       forcedeth    00:1f:29:05:b9:1c 
 eth1       forcedeth    00:1f:29:05:b9:1d 
1) eth0                     4) NTP
2) eth1                     5) Abort
3) DNS                      6) Save And Return To Menu
Choose an interface or a configuration option: Selected: Save And Return To Menu

Nov 05 12:50:08 Configuring network Configuring network
Nov 05 12:50:09 Network configured successfully Network configured successfully
 File persisted

Successfully persisted /etc/sysconfig/network-scripts/ifcfg-breth0
 File persisted

Successfully persisted /etc/sysconfig/network-scripts/ifcfg-eth0
 File persisted

Successfully persisted /etc/sysconfig/network-scripts/ifcfg-eth1
 File persisted

Successfully persisted /etc/sysconfig/network-scripts/ifcfg-lo
 File persisted

Successfully persisted /etc/ntp.conf

Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:                                [  OK  ]
Bringing up interface eth1:                                [  OK  ]
Bringing up interface breth0:  
Determining IP information for breth0... failed.
                                                           [FAILED]

Selected: Networking setup


This node has already registered with the RHEV Manager.
Networking can now only be configured via the RHEV Manager.

Networking setup ABORTED.

Selected: Support Menu
Selected: Shell
Selected: Exit support menu
Selected: Networking setup


This node has already registered with the RHEV Manager.
Networking can now only be configured via the RHEV Manager.

Networking setup ABORTED.

Selected: Networking setup


This node has already registered with the RHEV Manager.
Networking can now only be configured via the RHEV Manager.

Networking setup ABORTED.


after configure network fail, rhevm bridge came up wiredly, 


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

How reproducible:
met this several times in today's test

Steps to Reproduce:
1.configure the storage(dirty partition, register to rhevm before)
2.choose configure network after partition done,
3.network configure fail expectly, 
4.bridge rhevm came up but not breth0,

  
Actual results:
fail to configure the network, as rhevm bridge exist not breth0

Expected results:
breth0 configure successfully but not rhevm show up, 

Additional info:

--- Additional comment from moli on 2010-11-05 09:38:28 EDT ---

Created attachment 458082 [details]
ovirt.log

--- Additional comment from moli on 2010-11-05 09:38:57 EDT ---

Created attachment 458083 [details]
ifcfg-eth0

--- Additional comment from moli on 2010-11-05 09:40:47 EDT ---

here is all the network configure file in /etc/sysconfig/network-scripts,

[root@localhost 2431-32-4]# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
HWADDR=00:1F:29:05:B9:1C
BRIDGE=rhevm
[root@localhost 2431-32-4]# cat ifcfg-eth1
DEVICE=eth1
HWADDR=00:1f:29:05:b9:1d
[root@localhost 2431-32-4]# cat ifcfg-rhevm
DEVICE=rhevm
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=dhcp
DELAY=0
PEERNTP=yes
[root@localhost 2431-32-4]# 



and the network could get ip address

Comment 1 Alan Pevec 2010-11-10 10:30:46 UTC
(In reply to comment #0)
> as this bug also appear in rhev 5.6, so clone it, met this bug 1~2 times during
> 10 times try, 
> 
> 
> +++ This bug was initially created as a clone of Bug #650179 +++

650179 is flagged 5.6 - all new issues need to be proposed against _next_ release first, when fixed there it will get proposed as Z-stream backport.

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


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