kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
evplus has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Ping timeout: 248 seconds]
kuraudo has joined #openvswitch
greatgatsby has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
arif-ali has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
sugarbeet has quit [Ping timeout: 260 seconds]
kuraudo has quit [Read error: Connection reset by peer]
sugarbeet has joined #openvswitch
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Read error: Connection reset by peer]
kuraudo has joined #openvswitch
kuraudo has quit [Quit: kuraudo]
ChmEarl has joined #openvswitch
BlackDex has quit [Quit: ByeBye]
BlackDex has joined #openvswitch
numans_ has joined #openvswitch
erig_ has joined #openvswitch
erig has quit [Ping timeout: 272 seconds]
varesa has quit [Ping timeout: 252 seconds]
elvira1 has quit [Ping timeout: 260 seconds]
GNUmoon has quit [Ping timeout: 244 seconds]
GNUmoon has joined #openvswitch
evplus has quit [Quit: Client closed]
varesa has joined #openvswitch
numans_ has quit [Ping timeout: 260 seconds]
varesa has quit [Ping timeout: 260 seconds]
_whitelogger has joined #openvswitch
varesa has joined #openvswitch
numans_ has joined #openvswitch
varesa has quit [Ping timeout: 248 seconds]
numans_ has quit [Ping timeout: 248 seconds]
numans_ has joined #openvswitch
varesa_ has joined #openvswitch
varesa has joined #openvswitch
<varesa>
well, whatever the underlying reason is, it's not fixed (as can be seen from the IRC disconnects)
<varesa>
looks like something is wrong with my northds running in containers on newer nodes
<varesa>
when stuff explodes, I can see a northd_internal_version="24.03.6-20.33.0-75.6"->northd_internal_version="24.03.6-20.33.0-76.8" transition in SB_Global
<varesa>
and when it transitions back, everything starts working again
varesa has quit [Ping timeout: 252 seconds]
varesa has joined #openvswitch
<varesa>
looking at ovsdb-client monitor, it seems that the first change is the recreation of the Logical_DP_Group, then a lot of Logical_Flows change. Many but not all L2/MAC based flows disappear and many L3/IP based ones appear. Then the SB_Global update
<varesa>
the version number seems to be of format: OVN_PACKAGE_VERSION - sbrec_get_db_version() - N_OVNACTS . OVN_INTERNAL_MINOR_VER
<varesa>
so what change are N_OVNACTS and OVN_INTERNAL_MINOR_VER
<varesa>
so either it's a matter of different deployment / runtime environment causing different inputs, or maybe whatever is behind OVN_INTERNAL_MINOR_VER going 6->8 causes stuff to break