[pve-devel] [PATCH qemu-server 16/22] print drive device: explicitly set write-cache starting with machine version 10.0
Fiona Ebner
f.ebner at proxmox.com
Tue Jun 17 09:47:22 CEST 2025
Am 13.06.25 um 12:28 schrieb Fabian Grünbichler:
> On June 12, 2025 4:02 pm, Fiona Ebner wrote:
>> @@ -1403,6 +1404,15 @@ sub print_drivedevice_full {
>> $device .= ",serial=$serial";
>> }
>>
>> + if (min_version($machine_version, 10, 0)) {
>
> should we add a comment here (and for similar conditionals in following
> patches) that this is for the switch to blockdev? obvious now, might be
> lass obvious down the line ;)
Will do!
More information about the pve-devel
mailing list