Bug 997533 - [ovirt-guest-agent] RHEL5 guest agent reports always last IP on network device
Summary: [ovirt-guest-agent] RHEL5 guest agent reports always last IP on network device
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-guest-agent
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.5.0
Assignee: Vinzenz Feenstra [evilissimo]
QA Contact: Pavel Stehlik
URL:
Whiteboard: virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-15 14:16 UTC by Jiri Belka
Modified: 2014-03-31 11:48 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
Since there is currently no backport of the required feature in python-ethtool/ethtool to get all ipv4 addresses this feature request cannot be implemented.
Clone Of:
Environment:
Last Closed: 2014-03-31 09:46:08 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Belka 2013-08-15 14:16:08 UTC
Description of problem:

guest agent on RHEL5 reports last IP only.

# vdsClient -s 0 getVmStats 5096b3c4-273a-4697-b11a-8c02b10e081b | grep netIfaces
        netIfaces = [{'hw': '00:1a:4a:e0:3f:83', 'name': 'eth0', 'inet': ['192.168.0.9'], 'inet6': ['fe80::21a:4aff:fee0:3f83', '2620:52:0:223c:21a:4aff:fee0:3f83']}]

# ip a s dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:1a:4a:e0:3f:83 brd ff:ff:ff:ff:ff:ff
    inet 10.34.60.71/22 brd 10.34.63.255 scope global eth0
    inet 192.168.0.0/24 scope global eth0:0
    inet 192.168.0.1/24 scope global secondary eth0:1
    inet 192.168.0.2/24 scope global secondary eth0:2
    inet 192.168.0.3/24 scope global secondary eth0:3
    inet 192.168.0.4/24 scope global secondary eth0:4
    inet 192.168.0.5/24 scope global secondary eth0:5
    inet 192.168.0.6/24 scope global secondary eth0:6
    inet 192.168.0.7/24 scope global secondary eth0:7
    inet 192.168.0.8/24 scope global secondary eth0:8
    inet 192.168.0.9/24 scope global secondary eth0:9
    inet6 2620:52:0:223c:21a:4aff:fee0:3f83/64 scope global deprecated dynamic 
       valid_lft 2591756sec preferred_lft -184sec
    inet6 fe80::21a:4aff:fee0:3f83/64 scope link 
       valid_lft forever preferred_lft forever

on RHEL6 all IPs are reported.

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

How reproducible:
100%

Steps to Reproduce:
1. Install GA on RHEL5 from is10
2. check reported IPs
3.

Actual results:
last ip only reported

Expected results:
all ips

Additional info:
nothing in logs

Comment 3 Michal Skrivanek 2014-03-31 09:46:08 UTC
ethtool in RHEL 5 is missing a fix and there doesn't seem to be enough interest to backport it….not much we can do about that


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