From: ching <lsching17@gmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] check trim/unmap
Date: Tue, 28 Jan 2014 20:17:35 +0800 [thread overview]
Message-ID: <52E79FDF.6050502@gmail.com> (raw)
In-Reply-To: <52E78A9C.2010903@redhat.com>
Thanks for the information. Hopefully, there will be better debug/tracing facility for this. This is useful for sysadmin to ensure the whole storage stack is functioning as expected.
ching
On 28/01/2014 06:46 PM, Paolo Bonzini wrote:
> Il 28/01/2014 11:31, ching ha scritto:
>> My config is Gentoo x64 stable branch, kernel 3.10, libvirt 1.1.3, qemu 1.5, lvm2(non-thin) on ssd
>>
>> How can i check that if:
>> 1. qemu receives trim/unmap from guest
>> 2. qemu is punching hole/issue blkdiscards/writing zeros?
>
> First of all, I suggest that you use current QEMU git. The trim/unmap feature was completed after 1.7 was released.
>
> To use trim/discard, you need to use the discard=on option for QEMU's -drive command-line option. You also need to use cache=none (because of a Linux kernel bug, QEMU may disable thin provisioning in other cache modes).
>
> In libvirt, this means adding cache='none and discard='on' like this:
>
> <driver name='qemu' type='qcow2' cache='none' discard='on'/>
>
> You can check if QEMU is punching a hole into a file using "qemu-img map" on the file. You must not run "qemu-img map" while the VM is running though; that can give incorrect results. There is no equivalent for block devices yet.
>
> Paolo
next prev parent reply other threads:[~2014-01-28 12:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-28 10:31 [Qemu-devel] check trim/unmap ching
2014-01-28 10:46 ` Paolo Bonzini
2014-01-28 12:17 ` ching [this message]
2014-01-29 22:47 ` ching
2014-01-30 12:16 ` ching
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52E79FDF.6050502@gmail.com \
--to=lsching17@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).