[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] [PATCH] block: split large discard request
From: |
Olaf Hering |
Subject: |
Re: [Qemu-devel] [Qemu-block] [PATCH] block: split large discard requests from block frontend |
Date: |
Fri, 1 Apr 2016 19:49:53 +0200 |
User-agent: |
Mutt/1.5.24 (6598) |
On Fri, Apr 01, Max Reitz wrote:
> In any case, do you have a test case where a guest was able to submit a
> request that led to the overflow error you described in the commit message?
mkfs -t ext4 /dev/sdb1 in a xen guest with qcow2 as backing device.
When I added discard support to libxl I worked with raw images, so I did
not notice this. Not sure why it happens to work in kvm guests. I assume
the frontend driver just works around the qemu bug by limiting its
request size.
Olaf