On Thu, Jan 24, 2019 at 6:07 PM pei Jikui <[email protected]> wrote: > more information about the errors. > 1) when tried "insmod openvswitch" > [root@localhost ovs]# insmod ./datapath/linux/openvswitch.ko > insmod: ERROR: could not insert module ./datapath/linux/openvswitch.ko: > File exists > > 2) When I tried "rmmod openvswitch" > > rmmod: ERROR: Module openvswitch is in use > > 3) After "ovs-vsctl del-br " all the bridges, the above two commands run > well. >
Please the FAQ here - http://docs.openvswitch.org/en/latest/faq/issues/ You can't unload the module unless its reference count drops to 0. Thanks Numan > > Thanks > > Pei > > > ------------------------------ > *发件人:* [email protected] < > [email protected]> 代表 pei Jikui <[email protected]> > *发送时间:* 2019年1月24日 18:43 > *收件人:* [email protected] > *主题:* [ovs-discuss] openvswitch.ko replacement > > Hi, > > In the ovs version 2.9.10, I made some changes in the datapath and want to > replace the openvswtich.ko with the new built one. > While I couldn't insmod this new openvswitch.ko unless I delete all the > bridges using "ovs-vsctl del-br *". > > Is this by design or there are some ways to avoid deleting the bridges in > order to replace the new openvswitch.ko? > > Thanks. > > Pei > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss >
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
