Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
SLES15 SP1 and SP2
-
3
-
9223372036854775807
Description
sanity test 100 failed as follows:
== sanity test 100: check local port using privileged port =========================================== 00:34:34 (1580805274) /usr/lib64/lustre/tests/sanity.sh: line 8735: netstat: command not found sanity test_100: @@@@@@ FAIL: privileged port not found
https://testing.whamcloud.com/test_sets/2ebe54e4-476a-11ea-b58e-52540065bddc
The tools arp, route, netstat, iptunnel, ipmaddr, and ifconfig from the package net-tools are deprecated on SLES15 SP1.
The package net-tools-deprecated contains the obsolete tools that can be replaced with ip subcommands as below:
arp -> ip [r] neigh
route -> ip route
netstat -> ss [-r]
iptunnel -> ip tunnel
ipmaddr -> ip maddress
ifconfig -> ip address