Skip to content

PCD-8825: ignoring PF9 build/patch numbers don't count as a mismatch - #20

Merged
sharma-tapas merged 1 commit into
pcd-v2026.8from
private/nilesh/PCD-8825
Aug 3, 2026
Merged

PCD-8825: ignoring PF9 build/patch numbers don't count as a mismatch#20
sharma-tapas merged 1 commit into
pcd-v2026.8from
private/nilesh/PCD-8825

Conversation

@c-nilesh1984

@c-nilesh1984 c-nilesh1984 commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Tested manually
On host ovn version
2026-08-03T10:48:17.632Z|00004|main|INFO|OVN internal version is : [24.03.6.pf9.2026.9.0.500-20.33.0-76.8]
2026-08-03T10:48:17.632Z|00005|main|INFO|OVS IDL reconnected, force recompute.
2026-08-03T10:48:17.632Z|00006|reconnect|INFO|tcp:127.0.0.1:6642: connecting...
2026-08-03T10:48:17.632Z|00007|main|INFO|OVNSB IDL reconnected, force recompute.
2026-08-03T10:48:17.632Z|00008|reconnect|INFO|tcp:127.0.0.1:6642: connected
2026-08-03T10:48:17.632Z|00001|pinctrl(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch
2026-08-03T10:48:17.632Z|00002|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting...
2026-08-03T10:48:17.633Z|00003|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected
2026-08-03T10:48:17.789Z|00009|main|INFO|OVS feature set changed, force recompute.
2026-08-03T10:48:17.789Z|00010|ofctrl|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch
2026-08-03T10:48:17.789Z|00011|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting...
2026-08-03T10:48:17.789Z|00012|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected
2026-08-03T10:48:17.789Z|00013|main|INFO|OVS OpenFlow connection reconnected,force recompute.
2026-08-03T10:48:17.795Z|00001|statctrl(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch
2026-08-03T10:48:17.795Z|00002|rconn(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting...
2026-08-03T10:48:17.796Z|00003|rconn(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected
2026-08-03T10:48:58.884Z|00014|memory|INFO|11104 kB peak resident set size after 41.3 seconds
2026-08-03T10:48:58.884Z|00015|memory|INFO|idl-cells-OVN_Southbound:1957 idl-cells-Open_vSwitch:1634 ofctrl_desired_flow_usage-KB:7 ofctrl_installed_flow_usage-KB:6 ofctrl_sb_flow_ref_usage-KB:3

On Du OVN-SB
root@ovn-ovsdb-sb-0:~# ovn-sbctl -V
ovn-sbctl 24.03.6.pf9.2026.8.0.497
Open vSwitch Library 3.3.6+pf9
DB Schema 20.33.0

Now Ovn check ignore the PF9 sub version , it just check ovn + DB schema version

* If no ".pf9" marker is found, returns an unmodified copy. The caller
* must free the returned value. */
static char *
ovn_version_base(const char *version)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: would it make more sense to rename function itself as pf9_ovn_version_base?

Rest code looks good. approving.

@psarwate psarwate left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@sharma-tapas
sharma-tapas merged commit 4fa1ef4 into pcd-v2026.8 Aug 3, 2026
54 of 62 checks passed
@c-nilesh1984
c-nilesh1984 deleted the private/nilesh/PCD-8825 branch August 3, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants