All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline
@ 2011-07-27  9:09 Igor Blanco
  2011-07-27 12:02 ` Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Igor Blanco @ 2011-07-27  9:09 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
from a NFS mount point. When NFS server goes offline the virtual machine
blocks completely instead of throwing read errors for the CDROM device.

Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
Guest: Windows 7 professional SP 1

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/816860

Title:
  Guest machine freezes when NFS mount goes offline

Status in QEMU:
  New

Bug description:
  I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
  from a NFS mount point. When NFS server goes offline the virtual
  machine blocks completely instead of throwing read errors for the
  CDROM device.

  Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
  KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
  Guest: Windows 7 professional SP 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/816860/+subscriptions

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

* Re: [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline
  2011-07-27  9:09 [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline Igor Blanco
@ 2011-07-27 12:02 ` Stefan Hajnoczi
  2011-07-27 15:41 ` [Qemu-devel] [Bug 816860] " Stefan Hajnoczi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-07-27 12:02 UTC (permalink / raw)
  To: Bug 816860; +Cc: qemu-devel

On Wed, Jul 27, 2011 at 10:09 AM, Igor Blanco <816860@bugs.launchpad.net> wrote:
> Public bug reported:
>
> I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
> from a NFS mount point. When NFS server goes offline the virtual machine
> blocks completely instead of throwing read errors for the CDROM device.
>
> Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
> KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
> Guest: Windows 7 professional SP 1

Thanks for reporting this.  There are instances where QEMU performs
blocking operations in a thread that will prevent the guest from
running.  I suspect you are hitting this case and refactoring work
needs to be done to ensure that QEMU threads never block.

Stefan

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

* [Qemu-devel] [Bug 816860] Re: Guest machine freezes when NFS mount goes offline
  2011-07-27  9:09 [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline Igor Blanco
  2011-07-27 12:02 ` Stefan Hajnoczi
@ 2011-07-27 15:41 ` Stefan Hajnoczi
  2017-06-07  8:42 ` Thomas Huth
  2017-08-07  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-07-27 15:41 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/816860

Title:
  Guest machine freezes when NFS mount goes offline

Status in QEMU:
  Confirmed

Bug description:
  I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
  from a NFS mount point. When NFS server goes offline the virtual
  machine blocks completely instead of throwing read errors for the
  CDROM device.

  Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
  KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
  Guest: Windows 7 professional SP 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/816860/+subscriptions

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

* [Qemu-devel] [Bug 816860] Re: Guest machine freezes when NFS mount goes offline
  2011-07-27  9:09 [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline Igor Blanco
  2011-07-27 12:02 ` Stefan Hajnoczi
  2011-07-27 15:41 ` [Qemu-devel] [Bug 816860] " Stefan Hajnoczi
@ 2017-06-07  8:42 ` Thomas Huth
  2017-08-07  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-06-07  8:42 UTC (permalink / raw)
  To: qemu-devel

Can you still reproduce this problem with the latest version of QEMU
(currently version 2.9.0)?

** Changed in: qemu
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/816860

Title:
  Guest machine freezes when NFS mount goes offline

Status in QEMU:
  Incomplete

Bug description:
  I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
  from a NFS mount point. When NFS server goes offline the virtual
  machine blocks completely instead of throwing read errors for the
  CDROM device.

  Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
  KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
  Guest: Windows 7 professional SP 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/816860/+subscriptions

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

* [Qemu-devel] [Bug 816860] Re: Guest machine freezes when NFS mount goes offline
  2011-07-27  9:09 [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline Igor Blanco
                   ` (2 preceding siblings ...)
  2017-06-07  8:42 ` Thomas Huth
@ 2017-08-07  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2017-08-07  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/816860

Title:
  Guest machine freezes when NFS mount goes offline

Status in QEMU:
  Expired

Bug description:
  I have a virtual KVM machine that has 2 CDROM units with ISOs mounted
  from a NFS mount point. When NFS server goes offline the virtual
  machine blocks completely instead of throwing read errors for the
  CDROM device.

  Host: Proxmox VE 1.8-11 (Debian GNU/Linux 5.0)
  KVM commandline version: QEMU emulator version 0.14.1 (qemu-kvm-devel)
  Guest: Windows 7 professional SP 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/816860/+subscriptions

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

end of thread, other threads:[~2017-08-07  4:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27  9:09 [Qemu-devel] [Bug 816860] [NEW] Guest machine freezes when NFS mount goes offline Igor Blanco
2011-07-27 12:02 ` Stefan Hajnoczi
2011-07-27 15:41 ` [Qemu-devel] [Bug 816860] " Stefan Hajnoczi
2017-06-07  8:42 ` Thomas Huth
2017-08-07  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.