On 27 March 2016 at 21:52, Richa <ric...@nc.rr.com> wrote: > > I upgraded OVS from 2.4.0 to 2.5.0 following the FAQ, but ended up with > this confusing state. Is it a bug or installation issue? > > Would appreciate any help. > > > RI@NRVPerf:~$ sudo ovs-vsctl show | grep version > ovs_version: "2.4.0" > RI@NRVPerf:~$ > RI@NRVPerf:~$ ovs-vsctl --version > ovs-vsctl (Open vSwitch) 2.5.0 > Compiled Mar 26 2016 04:33:59 > DB Schema 7.12.1 > RI@NRVPerf:~$ >
You are running one command as 'sudo' and another without it. So my educated guess is that you have 2 different version of ovs installed on the same machine. What does find / -name ovs-vsctl say? Does it give 2 copies. If that is the case, you will have to uninstall one of them. > > > Cheers, > R > _______________________________________________ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss