The connecting/connected messages, in the case of needs-conversion work only for multiple servers. This is because, in open_rpc function, jsonrpc_session_run is only called in the case of multiple remotes (servers). In the case of a single server no connecting/connected message is being printed. This might be ok for the case of needs-conversion which has more output, but in the case of wait it's the only message.
As we can see no connecting/connected message is printed when needs- conversion is called with a single server. root@microovn-1:~/ovs# ./ovsdb/ovsdb-client -p /var/snap/microovn/common/data/pki/client-privkey.pem -c /var/snap/microovn/common/data/pki/client-cert.pem -C /var/snap/microovn/common/data/pki/cacert.pem -t 10 needs-conversion ssl:10.75.96.207:6641 /snap/microovn/current/share/ovn/ovn-nb.ovsschema 2026-03-13T17:03:44Z|00001|ovsdb|WARN|/snap/microovn/current/share/ovn/ovn-nb.ovsschema: changed 2 columns in 'OVN_Northbound' database from ephemeral to persistent, including 'status' column in 'Connection' table, because clusters do not support ephemeral columns no If open_rpc is to be used then either a low level connection function needs to be changed, or have a reply check in do_wait to check if reply error is false and print similar status. (in that case info message will show the ovsdb-client package instead of reconnect). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127931 Title: 'ovsdb-client wait' does not accept multiple servers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2127931/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
