Comment 2 for bug 1957792

Revision history for this message
Ronelle Landy (rlandy) wrote :

iputils was updated in centOS 8 stream:

iputils-20180629-8.e..> 2022-01-10 15:06 148K

vs
iputils-20180629-7.e..> 2021-02-24 04:41 148K

Noted change:
2022-01-03 - Jan Macku <email address hidden> - 20180629-8 - Make ping unprivileged (#2030107)

The multinode-ipa job has two node - an undercloud and an ipa (secondary node).

On the undercloud node:

[zuul@node-0001959385 ~]$ rpm -qa | grep iputils
iputils-20180629-7.el8.x86_64

[zuul@node-0001959385 ~]$ ping redhat.com
PING redhat.com (209.132.183.105) 56(84) bytes of data.
64 bytes from redirect.redhat.com (209.132.183.105): icmp_seq=1 ttl=237 time=67.1 m

On the ipa node:

[zuul@ipa ~]$ rpm -qa | grep iputils
iputils-20180629-8.el8.x86_64

[zuul@ipa ~]$ ping redhat.com
ping: socket: Operation not permitted

So the ipa node must update and get the newer version.

Testing the downgrade:

[zuul@ipa ~]$ sudo dnf downgrade iputils-20180629-7.el8.x86_64
Last metadata expiration check: 2:24:08 ago on Thu 13 Jan 2022 02:50:35 PM UTC.
Dependencies resolved.
=========================================================================================
 Package Architecture Version Repository Size
=========================================================================================
Downgrading:
 iputils x86_64 20180629-7.el8 quickstart-centos-base 148 k

Transaction Summary
=========================================================================================
Downgrade 1 Package

Total download size: 148 k
Is this ok [y/N]: y
Downloading Packages:
iputils-20180629-7.el8.x86_64.rpm 1.1 MB/s | 148 kB 00:00
-----------------------------------------------------------------------------------------
Total 1.0 MB/s | 148 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing : 1/1
  Running scriptlet: iputils-20180629-7.el8.x86_64 1/1
  Downgrading : iputils-20180629-7.el8.x86_64 1/2
  Running scriptlet: iputils-20180629-7.el8.x86_64 1/2
  Running scriptlet: iputils-20180629-8.el8.x86_64 2/2
  Cleanup : iputils-20180629-8.el8.x86_64 2/2
  Running scriptlet: iputils-20180629-8.el8.x86_64 2/2
  Verifying : iputils-20180629-7.el8.x86_64 1/2
  Verifying : iputils-20180629-8.el8.x86_64 2/2

Downgraded:
  iputils-20180629-7.el8.x86_64

Complete!
[zuul@ipa ~]$ ping redhat.com
PING redhat.com (209.132.183.105) 56(84) bytes of data.
64 bytes from redirect.redhat.com (209.132.183.105): icmp_seq=1 ttl=237 time=67.9 ms
64 bytes from redirect.redhat.com (209.132.183.105): icmp_seq=2 ttl=237 time=67.2 ms
^C
--- redhat.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 67.194/67.525/67.857/0.421 ms