-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
2
-
False
-
-
False
-
?
-
os-net-config-18.0.1-18.0.20241215115912.22b9a65.el9ost.noarch
-
rhos-connectivity-nfv
-
None
-
-
-
NFV 008
-
1
-
Critical
This issue is only reproduced with ifcfg, with nmstate this issue is not happening
When configuring nic partitioning with ifcfg, os-net-config configures it properly and everything is working fine until a reboot is done, then there is no connectivity through the linux bonds
I attach the output of this commands before and after reboot
ip a | awk '{ print "0: "$0}'
ip link | awk '{ print "1: "$0}'
sudo ovs-vsctl show | awk '{ print "2: "$0}'
nmcli c s | awk '{print "3: "$0}'
cat /proc/net/bonding/bond_api | awk '{print "4: "$0}'
cat /proc/net/bonding/storage_bond | awk '{print "5: "$0}'
ping -c 3 172.17.0.101 | awk '{print "6: "$0}'
ping -c 3 172.18.0.101 | awk '{print "7: "$0}'
ping -c 3 172.19.0.101 | awk '{print "8: "$0}'
Also os-net-config is attached
[zuul@controller-0 ~]$ oc get openstackversion
NAME TARGET VERSION AVAILABLE VERSION DEPLOYED VERSION
controlplane 18.0.4-trunk-20250305.1 18.0.4-trunk-20250305.1 18.0.4-trunk-20250305.1
[cloud-admin@compute-0 ~]$ rpm -qa | grep os-net
os-net-config-18.0.1-18.0.20241215115912.22b9a65.el9ost.noarch