public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* virtio_net hang
@ 2008-11-13 12:27 Emmanuel Lacour
  2008-11-13 13:04 ` Daniel P. Berrange
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Emmanuel Lacour @ 2008-11-13 12:27 UTC (permalink / raw)
  To: kvm

Dear kvm users/developpers,

I have a problem here where the network interface of a guest hang
2 or 3 times a day. No more packets can be sent out or received, no
error in guest or host logs. I have to stop networking, remove module,
then modprobe again and start the network to get back connection.

My setup:
host: debian etch, kernel 2.6.26 amd64 (etch backports), kvm 73, using
libvirt
guest: debian sarge, kernel 2.6.26 686 (from etch backports)


I looked at changelogs for userspace kvm tools as well as kernel but didn't
found something relevant to this problem.


Any help would be welcome :)


the guest config:

<domain type='kvm' id='7'>
  <name>bar</name>
  <uuid>8055f2fc-df9d-0ec2-9707-283ca503eb95</uuid>
  <memory>4194304</memory>
  <currentMemory>4194304</currentMemory>
  <vcpu>2</vcpu>
  <os>
    <type>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='block' device='disk'>
      <source dev='/dev/vg_foo/vm_bar'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <disk type='file' device='cdrom'>
      <source file='/var/lib/kvm/isos/debian-31r0-i386-netinst.iso'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
    </disk>
    <interface type='bridge'>
      <mac address='00:16:3e:02:00:15'/>
      <source bridge='br0'/>
      <target dev='tap5'/>
      <model type='virtio'/>
    </interface>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5905' listen='127.0.0.1' keymap='fr'/>
  </devices>
</domain>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-11-22 14:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 12:27 virtio_net hang Emmanuel Lacour
2008-11-13 13:04 ` Daniel P. Berrange
2008-11-13 13:15   ` Emmanuel Lacour
2008-11-13 15:12 ` Mark McLoughlin
2008-11-13 15:24   ` Emmanuel Lacour
2008-11-14  9:23     ` Emmanuel Lacour
2008-11-14 18:26       ` Mark McLoughlin
2008-11-18 18:37         ` Emmanuel Lacour
2008-11-18 18:48           ` Emmanuel Lacour
2008-11-19 13:13           ` Mark McLoughlin
2008-11-19 19:03             ` Mark McLoughlin
2008-11-20 11:36               ` Emmanuel Lacour
2008-11-21  8:38                 ` Emmanuel Lacour
2008-11-22 14:20                   ` Emmanuel Lacour
2008-11-21 14:44                 ` Guido Günther
2008-11-20 11:34             ` Emmanuel Lacour
2008-11-13 18:27 ` Fabio Coatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox