qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2 10/11] iscsi: ignore aio_discard if unsupporte


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCHv2 10/11] iscsi: ignore aio_discard if unsupported
Date: Wed, 10 Jul 2013 13:33:13 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 27.06.2013 um 15:11 hat Peter Lieven geschrieben:
> if the target does not support UNMAP or the request
> is too big silently ignore the discard request.
> 
> Signed-off-by: Peter Lieven <address@hidden>

Why not loop for the "too big" case? You can probably use the same logic
for unmapping the whole device in .bdrv_create and here.

Kevin



reply via email to

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