-
Bug
-
Resolution: Done-Errata
-
Critical
-
None
-
4.14
-
Critical
-
No
-
Rejected
-
False
-
This is a clone of issue OCPBUGS-16373. The following is the description of the original issue:
—
Description of the problem:
In RHEL 8, the arping command (from iputils-s20180629) only returns 1 when used for duplicate address detection. In all other modes it returns 0 on success; 2 or -1 on error.
In RHEL 9, the arping command (from iputils 20210202) also returns 1 in other modes, essentially at random. (There is some kind of theory behind it, but even after multiple fixes to the logic it does not remotely work in any consistent way.)
How reproducible:
60-100% for individual arping commands
100% installation failure
Steps to reproduce:
- Build the agent container using RHEL 9 as the base image
- arping -c 10 -w 5 -I enp2s0 192.168.111.1; echo $?
Actual results:
arping returns 1
journal on the discovery ISO shows:
Jul 19 04:35:38 master-0 next_step_runne[3624]: time="19-07-2023 04:35:38" level=error msg="Error while processing 'arping' command" file="ipv4_arping_checker.go:28" error="exit status 1"
all hosts are marked invalid and install fails.
Expected results:
ideally arping returns 0
failing that, we should treat both 0 and 1 as success as previous versions of arping effectively did.
- clones
-
OCPBUGS-16373 arping routinely errors out in RHEL 9
- Closed
- is blocked by
-
OCPBUGS-16373 arping routinely errors out in RHEL 9
- Closed
- links to
-
RHBA-2023:5382 OpenShift Container Platform 4.13.z bug fix update