Bug 1990060 - [Assisted-4.8] Host returns no routes when routing table contains multipart
Summary: [Assisted-4.8] Host returns no routes when routing table contains multipart
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: assisted-installer
Version: 4.9
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.9.0
Assignee: Rom Freiman
QA Contact: Constantin Vultur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-04 16:27 UTC by Jordi Gil
Modified: 2021-10-18 17:44 UTC (History)
2 users (show)

Fixed In Version: OCP-Metal-v1.0.25.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-18 17:44:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift assisted-installer-agent pull 220 0 None None None 2021-08-04 21:31:31 UTC
Red Hat Product Errata RHSA-2021:3759 0 None None None 2021-10-18 17:44:53 UTC

Description Jordi Gil 2021-08-04 16:27:38 UTC
Description of problem:

When the node routing information contains a multipath, the agent is unable to parse the link name and returns as error. This is caused by the agent not understanding the multipath data structure.

Example:

$>ip route show
default via 10.19.32.254 dev ens1f0 proto dhcp metric 100 
10.19.32.192/26 dev ens1f0 proto kernel scope link src 10.19.32.201 metric 100 
10.88.0.0/16 dev cni-podman0 proto kernel scope link src 10.88.0.1 linkdown 

and 

$>ip -6 route
::1 dev lo proto kernel metric 256 pref medium
2620:52:0:1343::/64 dev ens1f0 proto ra metric 100 pref medium
fe80::/64 dev ens1f0 proto kernel metric 100 pref medium
fe80::/64 dev ens1f1 proto kernel metric 104 pref medium
fe80::/64 dev ens4f0 proto kernel metric 105 pref medium
fe80::/64 dev ens4f1 proto kernel metric 106 pref medium
fe80::/64 dev cni-podman0 proto kernel metric 256 linkdown pref medium
default proto ra metric 100 pref high
	nexthop via fe80::5054:ff:fefb:7f6d dev ens1f0 weight 1 
	nexthop via fe80::9e8a:cb00:6804:9200 dev ens1f0 weight 1 
	nexthop via fe80::200:5eff:fe00:201 dev ens1f0 weight 1 
	nexthop via fe80::9e8a:cb00:6804:ab00 dev ens1f0 weight 1 




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


How reproducible:
* Reproducible in a cluster with nodes that contain multipath IPv6 routes as shown above.

Steps to Reproduce:
1. Create a node where the routing table has defined a multipath information for route balancing.
2. Agent will report back with an empty list of routing elements.


Actual results:
route structure contains no elements

Expected results:
route structure should contains all the routing elements.

Additional info:

Comment 3 Constantin Vultur 2021-08-31 09:23:46 UTC
This is fixed in "release_tag":"v1.0.25.2"

Comment 7 errata-xmlrpc 2021-10-18 17:44:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:3759


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