[pve-devel] [PATCH qemu-server 19/22] drive: create a throttle group for each drive starting with machine version 10.0

Fiona Ebner f.ebner at proxmox.com
Tue Jun 17 09:58:27 CEST 2025


Am 13.06.25 um 13:23 schrieb Fabian Grünbichler:
> On June 12, 2025 4:02 pm, Fiona Ebner wrote:
>> @@ -3943,6 +3944,12 @@ sub config_to_command {
>>  	    push @$devices, '-blockdev', $live_restore->{blockdev};
>>  	}
>>  
>> +	if (min_version($machine_version, 10, 0)) {
>> +	    my $drive_id = PVE::QemuServer::Drive::get_drive_id($drive);
> 
> this is done in generate_throttle_group as well, and the var is not used
> here?

Right, this is a left-over. Will drop it in v2!




More information about the pve-devel mailing list