Displaying 4 results from an estimated 4 matches for "vnet110".
2018 Jan 23
2
Create virtual machine failed using virDomainCreateXML
Hi all,
When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is:
internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument
The Domain XML file the <interface> section like this:
<interface type='bridge'><mac address='52:54:00:71:b1:b6...
2018 Jan 24
0
Re: Create virtual machine failed using virDomainCreateXML
On 01/23/2018 09:45 AM, netsurfed wrote:
> Hi all,
>
>
> When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is:
> internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument
>
>
> The Domain XML file the <interface> section like this:
> <interface type='bridge'><mac address=...
2018 Jan 25
1
Re: Create virtual machine failed using virDomainCreateXML
...2018 09:45 AM, netsurfed wrote:
>> Hi all,
>>
>>
>> When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is:
>> internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument
>>
>>
>> The Domain XML file the <interface> section like this:
>> <interface type='bridge'>&l...
2018 Jan 23
0
Create virtual machine failed using virDomainCreateXML
Hi all,
When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is:
internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument
The Domain XML file the <interface> section like this:
I looked at the system log and it looked like an ovs port problem.
Howeve...