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

Bug 1073040

Summary: No ip address shown in status page after upgrade from 6.5GA which have vlan configuration
Product: Red Hat Enterprise Virtualization Manager Reporter: Chris Pelland <cpelland>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 3.3.0CC: aberezin, acathrow, bsarathy, cshao, fdeutsch, gklein, gouyang, hadong, huiwa, iheim, jboggs, leiwang, ovirt-maint, pm-eus, yaniwang, ycui
Target Milestone: ---Keywords: ZStream
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: node
Fixed In Version: ovirt-node-3.0.1-18.el6_5.11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-13 13:18:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1051745    
Bug Blocks:    
Attachments:
Description Flags
ovirt-node.debug.log none

Description Chris Pelland 2014-03-05 16:17:29 UTC
This bug has been copied from bug #1051745 and has been proposed
to be backported to 6.5 z-stream (EUS).

Comment 4 wanghui 2014-03-18 07:55:58 UTC
Test version:
rhevh-6.5-20140317.0.iso
ovirt-node-3.0.1-18.el6_5.8.noarch

Test steps:
1. Install rhev-hypervisor6-6.5-20131115.0.3.2.el6_5.
2. Configure p3p1 network with vlan id and dhcp.
3. Upgrade to rhevh-6.5-20140317.0.iso using TUI.
4. Check the network in status page.
5. Check the NIC details in network page.
6. Check the network status in shell mode.

Test result:
1. After step4, the network in status page shows no p3p1.20's IPv4 address in Status page.
2. After step5, it shows configured and ip address in NIC details page.

So this bug is not fixed in rhevh-6.5-20140317.0.iso. Change the status from ON_QA to ASSIGNED.

Comment 7 wanghui 2014-05-15 04:19:55 UTC
Test version:
rhevh-6.5-20140430.0.iso
ovirt-node-3.0.1-18.el6_5.10.noarch

Test steps:
1. Install rhev-hypervisor6-6.5-20131115.0.3.2.el6_5.
2. Configure p3p1 network with vlan id and dhcp.
3. Upgrade to rhevh-6.5-20140430.0.iso using TUI.
4. Check the network in status page.
5. Check the NIC details in network page.
6. Check the network status in shell mode.

Test result:
1. After step4, the network in status page shows no p3p1.20's IPv4 address in Status page.
2. After step5, it shows configured and ip address in NIC details page.
3. After step6, it shows the ip address in brp3p1 like the follows.
brp3p1    Link encap:Ethernet  HWaddr 00:1B:21:27:47:0B  
          inet addr:192.168.20.103  Bcast:192.168.20.255  Mask:255.255.255.0
          inet6 addr: 2001:db8:1:0:21b:21ff:fe27:470b/64 Scope:Global
          inet6 addr: fe80::21b:21ff:fe27:470b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1246 errors:0 dropped:0 overruns:0 frame:0
          TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:75769 (73.9 KiB)  TX bytes:7371 (7.1 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:332 errors:0 dropped:0 overruns:0 frame:0
          TX packets:332 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:28244 (27.5 KiB)  TX bytes:28244 (27.5 KiB)

p3p1      Link encap:Ethernet  HWaddr 00:1B:21:27:47:0B  
          inet6 addr: fe80::21b:21ff:fe27:470b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16662 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1091026 (1.0 MiB)  TX bytes:11007 (10.7 KiB)

p3p1.20   Link encap:Ethernet  HWaddr 00:1B:21:27:47:0B  
          inet6 addr: fe80::21b:21ff:fe27:470b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1248 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:76235 (74.4 KiB)  TX bytes:7169 (7.0 KiB)

So this issue still exist in rhevh-6.5-20140430.0.iso.

Comment 8 Ying Cui 2014-05-15 04:53:54 UTC
To late to attach this bug in 6.5 update4 now, is the patch included in correct rhel6.5 branch?

Comment 9 Fabian Deutsch 2014-05-15 08:49:50 UTC
Could you please provide more debugging informations by using:

After step 4.

a) Log into updated RHEV-H
b) drop to shell using F2
c) run: setup --debug
d) Check status page
e) check network details page
f) check shell status
c) cat /etc/default/ovirt

Comment 10 wanghui 2014-05-15 09:32:50 UTC
Created attachment 895817 [details]
ovirt-node.debug.log

Provide ovirt-node.debug.log according to comment#9

Comment 11 Fabian Deutsch 2014-06-03 17:16:32 UTC
Wang Hui,

could you please also provide the /etc/default/ovirt file after the steps in comment 9

Comment 12 wanghui 2014-06-04 02:50:24 UTC
Hi Fabian,

After the steps in comment#9, the output of /etc/default/ovirt file is as follows.

# cat /etc/default/ovirt
OVIRT_BOOTIF="p3p1"
OVIRT_BOOTPARAMS="RD_NO_LVM crashkernel=128M elevator=deadline quiet max_loop=256 rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM"
OVIRT_BOOTPROTO="dhcp"
OVIRT_CONFIG_VERSION="3.0.1"
OVIRT_FIRSTBOOT=0
OVIRT_HOSTNAME="localhost.localdomain"
OVIRT_INIT=""
OVIRT_INSTALL=""
OVIRT_ISCSI_INSTALL="1"
OVIRT_ISCSI_NODE_NAME="iqn.1994-05.com.redhat:e9f1771198d"
OVIRT_LOGROTATE_MAX_SIZE="1024"
OVIRT_NETWORK_LAYOUT="bridged"
OVIRT_NTP="0.rhel.pool.ntp.org,1.rhel.pool.ntp.org"
OVIRT_RHN_TYPE="classic"
OVIRT_ROOT_INSTALL="y"
OVIRT_STANDALONE="1"
OVIRT_UPGRADE=""
OVIRT_VLAN="20"
OVIRT_VOL_CONFIG_SIZE="5"
OVIRT_VOL_DATA_SIZE="-1"
OVIRT_VOL_EFI_SIZE="256"
OVIRT_VOL_LOGGING_SIZE="2048"
OVIRT_VOL_ROOT_SIZE="256"
OVIRT_VOL_SWAP_SIZE="7971"

Thanks
huiwang

Comment 13 Fabian Deutsch 2014-06-29 09:57:55 UTC
Hui Wang, thank you, that helps!

Comment 14 Fabian Deutsch 2014-08-13 13:18:18 UTC
Closing this (cloned) bug, as it's a non-trivial fix and not critical enough to push it in a z-stream.