qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] virtio-scsi vs. virtio-blk


From: Paolo Bonzini
Subject: Re: [Qemu-devel] virtio-scsi vs. virtio-blk
Date: Fri, 10 Aug 2012 12:20:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

Il 10/08/2012 11:22, Stefan Priebe - Profihost AG ha scritto:
> virtio-scsi is now working fine. Could you please help me to get discard
> / trim running? I can't find any information what is needed to get
> discard / trim working.

You need to add discard_granularity=NNN, where NNN is usually 512 for
raw and the cluster size (65536) for qcow2.

However, discard is supported only for XFS on raw, and on qcow2 it will
not reclaim space---the space will only be reused for future qcow2
allocation.

Better support for discard on raw (other filesystems + block devices),
and more efficient support also on other formats is on my todo list for
the future.  However, an efficient implementation unfortunately requires
changes at all levels including the kernel.

I hope to present something about it at KVM Forum.

Paolo



reply via email to

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