qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 1/1] block: propagate discard aligment from form


From: Denis V. Lunev
Subject: Re: [Qemu-block] [PATCH 1/1] block: propagate discard aligment from format drivers to the guest
Date: Wed, 27 Feb 2019 12:32:00 +0000

On 2/26/19 6:51 PM, Kevin Wolf wrote:
> Am 26.02.2019 um 15:59 hat Denis V. Lunev geschrieben:
>> Nowaday SCSI drivers in guests are able to alight UNMAP requests before
> Is s/alight/align/ what you mean?
>
> The subject line has an "alignment" typo, too.
>
>> sending to the device. Right now QEMU provides an ability to set
>> this via "discard_granularity" property of the block device which could
>> be used by management layer.
>>
>> Though, in particular, from the point of QEMU, there is
>> pdiscard_granularity on the format driver level, f.e. on QCOW2 or iSCSI.
>> It would be beneficial to pass this value as a default for this
>> property.
>>
>> Technically this should reduce the amount of useless UNMAP requests
>> from the guest to the host.
>>
>> Signed-off-by: Denis V. Lunev <address@hidden>
>> CC: Kevin Wolf <address@hidden>
>> CC: Max Reitz <address@hidden>
>> CC: Paolo Bonzini <address@hidden>
>> CC: Fam Zheng <address@hidden>
> I'm not doing things like this very often, but you're touching the guest
> ABI here, which is a bit tricky. The main point is that the same command
> line must result in the same guest view.
>
> You'll need at least some machine type magic to make old machine types
> use the old defaults. I'm not sure if there's something else to consider
> for migration compatibility.
>
> Kevin
sounds reasonable, thank you for the suggestion.

I was fascinated with the fact that
a) change is not  disruptive
b) the guest actually do not read this value except on controller reset and
    it is safe to return different value on a new request. This is not a
very
    big deal.

Den

reply via email to

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