Re: [ovs-discuss] OVS delete port by itself

2018-01-23 Thread Ben Pfaff
On Tue, Jan 23, 2018 at 10:41:21AM +0800, netsurfed wrote:
> Hi all,
> 
> 
> When I created a virtual machine using libvirt, with virtualport type was 
> openvswitch, and virtual machine creation failed. The Domain XML file the 
>  section like this:
> 
> 
> I looked at the system log and it looked like an ovs port problem.
> 
> 
> And the ovs-vswitchd.log was:
> 
> 
> Is there any reason for this problem? Thank you very much.
> Below some information about my machine:
> ovs_version: "2.8.90"
> root@ubuntu-24:~# uname -a
> Linux ubuntu-24 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 
> x86_64 x86_64 x86_64 GNU/Linux

Your image shows that libvirtd is calling into tc and hitting an error.
Then, something (probably libvirtd again) calls "ovs-vsctl del-port".
This therefore appears to be a problem in libvirtd; OVS is just doing
what it's told.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] OVS delete port by itself

2018-01-22 Thread netsurfed
Hi all,


When I created a virtual machine using libvirt, with virtualport type was 
openvswitch, and virtual machine creation failed. The Domain XML file the 
 section like this:


I looked at the system log and it looked like an ovs port problem.


And the ovs-vswitchd.log was:


Is there any reason for this problem? Thank you very much.
Below some information about my machine:
ovs_version: "2.8.90"
root@ubuntu-24:~# uname -a
Linux ubuntu-24 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux


THX.___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss