* [Qemu-devel] TRIM, UNMAP and QCOW2 release of block information - Thin provisioning
@ 2012-08-12 19:00 Gerhard Wiesinger
2012-08-13 8:31 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Gerhard Wiesinger @ 2012-08-12 19:00 UTC (permalink / raw)
To: qemu-devel
Hello,
As far as I saw QEMU/KVM supports the trim command on IDE/SATA devices
and the UNMAP command on SCSI devices/disks (thanks Paolo Bonzini). Will
the qcow2 format (or other formats) use this information and also
release the blocks for thin provisioning to save disk space on filesystems?
VirtualBox also has such a feature in the new beta version:
http://www.fb-developers.info/blog/2012/virtualbox-v4-2-is-coming/
Thnx.
Ciao,
Gerhard
--
http://www.wiesinger.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] TRIM, UNMAP and QCOW2 release of block information - Thin provisioning
2012-08-12 19:00 [Qemu-devel] TRIM, UNMAP and QCOW2 release of block information - Thin provisioning Gerhard Wiesinger
@ 2012-08-13 8:31 ` Stefan Hajnoczi
2012-08-15 13:06 ` Kevin Wolf
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-08-13 8:31 UTC (permalink / raw)
To: Gerhard Wiesinger; +Cc: qemu-devel
On Sun, Aug 12, 2012 at 8:00 PM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
> As far as I saw QEMU/KVM supports the trim command on IDE/SATA devices and
> the UNMAP command on SCSI devices/disks (thanks Paolo Bonzini). Will the
> qcow2 format (or other formats) use this information and also release the
> blocks for thin provisioning to save disk space on filesystems?
>
> VirtualBox also has such a feature in the new beta version:
> http://www.fb-developers.info/blog/2012/virtualbox-v4-2-is-coming/
This has recently been discussed, please search the list for more info
from Kevin Wolf or Paolo Bonzini.
qcow2 marks the discarded blocks as free and will reuse them in future
allocations. It does *not* discard at the OS level.
For raw files you can get discard to work on an xfs host file system.
In the future ext4 support can also be added.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] TRIM, UNMAP and QCOW2 release of block information - Thin provisioning
2012-08-13 8:31 ` Stefan Hajnoczi
@ 2012-08-15 13:06 ` Kevin Wolf
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2012-08-15 13:06 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Gerhard Wiesinger, Paolo Bonzini, qemu-devel
Am 13.08.2012 10:31, schrieb Stefan Hajnoczi:
> On Sun, Aug 12, 2012 at 8:00 PM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
>> As far as I saw QEMU/KVM supports the trim command on IDE/SATA devices and
>> the UNMAP command on SCSI devices/disks (thanks Paolo Bonzini). Will the
>> qcow2 format (or other formats) use this information and also release the
>> blocks for thin provisioning to save disk space on filesystems?
>>
>> VirtualBox also has such a feature in the new beta version:
>> http://www.fb-developers.info/blog/2012/virtualbox-v4-2-is-coming/
>
> This has recently been discussed, please search the list for more info
> from Kevin Wolf or Paolo Bonzini.
>
> qcow2 marks the discarded blocks as free and will reuse them in future
> allocations. It does *not* discard at the OS level.
>
> For raw files you can get discard to work on an xfs host file system.
> In the future ext4 support can also be added.
The problem with it is that passing discards through to the file system,
or even handling them at all isn't always wanted. It is already a slow
operation for itself, but it also makes the next write access slower and
can cause fragmentation.
So you'd really want some more options to configure it, and I believe to
achieve what we want, changes are not only required to qemu, but to both
host and guest kernel. Paolo is looking into this.
Btw, the more interesting news for me in the VBox link you posted is
that they seem to have implemented QED, qcow1, and read-only qcow2.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-15 13:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-12 19:00 [Qemu-devel] TRIM, UNMAP and QCOW2 release of block information - Thin provisioning Gerhard Wiesinger
2012-08-13 8:31 ` Stefan Hajnoczi
2012-08-15 13:06 ` Kevin Wolf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).