Re: [libvirt-users] e1000 network interface takes a long time to set the link ready

2018-05-10 Thread Ihar Hrachyshka
On Thu, May 10, 2018 at 2:07 PM, Laine Stump wrote: > On 05/10/2018 02:53 PM, Ihar Hrachyshka wrote: >> Hi, >> >> In kubevirt, we discovered [1] that whenever e1000 is used for vNIC, >> link on the interface becomes ready several seconds after 'ifup' is >> executed > > What is your definition of "

Re: [libvirt-users] e1000 network interface takes a long time to set the link ready

2018-05-10 Thread Laine Stump
On 05/10/2018 02:53 PM, Ihar Hrachyshka wrote: > Hi, > > In kubevirt, we discovered [1] that whenever e1000 is used for vNIC, > link on the interface becomes ready several seconds after 'ifup' is > executed What is your definition of "becomes ready"? Are you looking at the output of "ip link show

Re: [libvirt-users] e1000 network interface takes a long time to set the link ready

2018-05-10 Thread Ihar Hrachyshka
On Thu, May 10, 2018 at 11:57 AM, Daniel Romero wrote: > Hi, > > try to use virtio instead... That is exactly what I tried, and indeed the link is ready almost immediately. But there are some issues with virtio, like missing drivers in default Windows images. Kubevirt doesn't currently allow to c

Re: [libvirt-users] e1000 network interface takes a long time to set the link ready

2018-05-10 Thread Daniel Romero
Hi, try to use virtio instead... Atte. Daniel Romero P. On Thu, May 10, 2018 at 3:53 PM, Ihar Hrachyshka wrote: > Hi, > > In kubevirt, we discovered [1] that whenever e1000 is used for vNIC, > link on the interface becomes ready several seconds after 'ifup' is > executed, which for some buggy

[libvirt-users] e1000 network interface takes a long time to set the link ready

2018-05-10 Thread Ihar Hrachyshka
Hi, In kubevirt, we discovered [1] that whenever e1000 is used for vNIC, link on the interface becomes ready several seconds after 'ifup' is executed, which for some buggy images like cirros may slow down boot process for up to 1 minute [2]. If we switch from e1000 to virtio, the link is brought u

Re: [libvirt-users] about python-libvirt

2018-05-10 Thread Andrea Bolognani
[re-adding libvirt-users; please don't take replies off-list] On Thu, 2018-05-10 at 17:32 +0800, lizhuoyao wrote: > Thanks! > > But I'm not clear that what the language binding means? > What the relationship between they? Is that the code from > https://libvirt.org/sources/ can be replaced compl

Re: [libvirt-users] about python-libvirt

2018-05-10 Thread Andrea Bolognani
On Thu, 2018-05-10 at 10:42 +0800, lizhuoyao wrote: > hi boys: > the libvirt code in ftp://libvirt.org does get the function > of python-libvirt? Or the python-libvirt is another code ? libvirt-python is developed and released separately from libvirt itself, just like other language bindings:

Re: [libvirt-users] about python-libvirt

2018-05-10 Thread Daniel P . Berrangé
On Thu, May 10, 2018 at 10:42:40AM +0800, lizhuoyao wrote: > hi boys: > the libvirt code in ftp://libvirt.org does get the function > of python-libvirt? Or the python-libvirt is another code ? The python code is separate - you can find links to all module downloads at: https://libvirt.org/do