qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/5]: QMP: Proper thin provisioning support


From: Christoph Hellwig
Subject: Re: [Qemu-devel] [PATCH v2 0/5]: QMP: Proper thin provisioning support
Date: Wed, 3 Aug 2011 18:31:31 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

> It's already possible for QMP clients to implement this feature by using
> the BLOCK_IO_ERROR event. However, the event can be missed. When this
> happens QMP clients need a way to query if any block device has hit a
> no space condition.

We have a mode where we stop the VM when it hits ENOSPC, and that is
the only reliably way to handle it.  One that ENOSPC gets returned
to the guest we don't know that it was an ENOSPC, and the guest will
usually simply shut the filesystem down.  This could be worked around
by implementing full T10 logical provisioning support, but very few
guests actually support it properly.  And it won't work with ide disks
at all, and for virtio we'd have to implement it first.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]