All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space
@ 2011-05-29 10:48 Michal Suchanek
  2011-05-29 11:25 ` [Qemu-devel] [Bug 789831] " Michael Tokarev
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michal Suchanek @ 2011-05-29 10:48 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Running a VM using raw sparse disk image on kvm 0.14 on Debian.

When disk writes use up all disk space kvm locks up.

if it cannot handle this situation gracefully (eg suspend the VM until
space becomes available) it should at the very least report an error and
exit, not keep sitting there.

** 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/789831

Title:
  kvm locks up when out of disk space

Status in QEMU:
  New

Bug description:
  Running a VM using raw sparse disk image on kvm 0.14 on Debian.

  When disk writes use up all disk space kvm locks up.

  if it cannot handle this situation gracefully (eg suspend the VM until
  space becomes available) it should at the very least report an error
  and exit, not keep sitting there.

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

* [Qemu-devel] [Bug 789831] Re: kvm locks up when out of disk space
  2011-05-29 10:48 [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space Michal Suchanek
@ 2011-05-29 11:25 ` Michael Tokarev
  2011-05-29 11:33 ` [Qemu-devel] [Bug 789831] [NEW] " Stefan Hajnoczi
  2011-08-10 19:04 ` [Qemu-devel] [Bug 789831] " Bug Watch Updater
  2 siblings, 0 replies; 5+ messages in thread
From: Michael Tokarev @ 2011-05-29 11:25 UTC (permalink / raw)
  To: qemu-devel

I already replied to the OP in the Debian bug tracking system, and
closed his bug there, see http://bugs.debian.org/628152 .

** Bug watch added: Debian Bug tracker #628152
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628152

** Also affects: qemu-kvm (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628152
   Importance: Unknown
       Status: Unknown

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

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

Title:
  kvm locks up when out of disk space

Status in QEMU:
  Invalid
Status in “qemu-kvm” package in Debian:
  Unknown

Bug description:
  Running a VM using raw sparse disk image on kvm 0.14 on Debian.

  When disk writes use up all disk space kvm locks up.

  if it cannot handle this situation gracefully (eg suspend the VM until
  space becomes available) it should at the very least report an error
  and exit, not keep sitting there.

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

* Re: [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space
  2011-05-29 10:48 [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space Michal Suchanek
  2011-05-29 11:25 ` [Qemu-devel] [Bug 789831] " Michael Tokarev
@ 2011-05-29 11:33 ` Stefan Hajnoczi
  2011-05-29 13:59   ` Michal Suchanek
  2011-08-10 19:04 ` [Qemu-devel] [Bug 789831] " Bug Watch Updater
  2 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-05-29 11:33 UTC (permalink / raw)
  To: Bug 789831; +Cc: qemu-devel

On Sun, May 29, 2011 at 11:48 AM, Michal Suchanek <hramrach@centrum.cz> wrote:
> Public bug reported:
>
> Running a VM using raw sparse disk image on kvm 0.14 on Debian.
>
> When disk writes use up all disk space kvm locks up.
>
> if it cannot handle this situation gracefully (eg suspend the VM until
> space becomes available) it should at the very least report an error and
> exit, not keep sitting there.

Actually it should pause the VM - are you sure that KVM is "locking
up"?  If you run with SDL the window title says "[Stopped]" and you
can resume the VM with the "c" (continue) QEMU monitor command once
you've rectified the storage shortage.

Are you using libvirt (virsh/virt-manager)?

What makes you think that KVM is locked up?

How much CPU is the qemu-kvm process consuming?

Stefan

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

* Re: [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space
  2011-05-29 11:33 ` [Qemu-devel] [Bug 789831] [NEW] " Stefan Hajnoczi
@ 2011-05-29 13:59   ` Michal Suchanek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Suchanek @ 2011-05-29 13:59 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, Bug 789831

On 29 May 2011 13:33, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Sun, May 29, 2011 at 11:48 AM, Michal Suchanek <hramrach@centrum.cz> wrote:
>> Public bug reported:
>>
>> Running a VM using raw sparse disk image on kvm 0.14 on Debian.
>>
>> When disk writes use up all disk space kvm locks up.
>>
>> if it cannot handle this situation gracefully (eg suspend the VM until
>> space becomes available) it should at the very least report an error and
>> exit, not keep sitting there.
>
> Actually it should pause the VM - are you sure that KVM is "locking
> up"?  If you run with SDL the window title says "[Stopped]" and you

Unfortunately, the window title is not visible at all times so even if
it says [Stopped] it is not useful indication of the VM state.

> can resume the VM with the "c" (continue) QEMU monitor command once
> you've rectified the storage shortage.
>
> Are you using libvirt (virsh/virt-manager)?

No.

>
> What makes you think that KVM is locked up?

Nothing apparent happens. eg. the VM mouse cursor does not move, no
messages printed in the terminal from which kvm was started.

>
> How much CPU is the qemu-kvm process consuming?

Did not check.

Thanks

Michal

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

* [Qemu-devel] [Bug 789831] Re: kvm locks up when out of disk space
  2011-05-29 10:48 [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space Michal Suchanek
  2011-05-29 11:25 ` [Qemu-devel] [Bug 789831] " Michael Tokarev
  2011-05-29 11:33 ` [Qemu-devel] [Bug 789831] [NEW] " Stefan Hajnoczi
@ 2011-08-10 19:04 ` Bug Watch Updater
  2 siblings, 0 replies; 5+ messages in thread
From: Bug Watch Updater @ 2011-08-10 19:04 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu-kvm (Debian)
       Status: Unknown => Fix Released

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

Title:
  kvm locks up when out of disk space

Status in QEMU:
  Invalid
Status in “qemu-kvm” package in Debian:
  Fix Released

Bug description:
  Running a VM using raw sparse disk image on kvm 0.14 on Debian.

  When disk writes use up all disk space kvm locks up.

  if it cannot handle this situation gracefully (eg suspend the VM until
  space becomes available) it should at the very least report an error
  and exit, not keep sitting there.

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

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

end of thread, other threads:[~2011-08-10 19:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-29 10:48 [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space Michal Suchanek
2011-05-29 11:25 ` [Qemu-devel] [Bug 789831] " Michael Tokarev
2011-05-29 11:33 ` [Qemu-devel] [Bug 789831] [NEW] " Stefan Hajnoczi
2011-05-29 13:59   ` Michal Suchanek
2011-08-10 19:04 ` [Qemu-devel] [Bug 789831] " Bug Watch Updater

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.