[pve-devel] [PATCH qemu-server v3 2/6] fix #4225: qemuserver: introduce sub eject_nonrequired_isos

Fiona Ebner f.ebner at proxmox.com
Fri Jan 31 10:52:29 CET 2025


Am 31.01.25 um 10:36 schrieb Fiona Ebner:
> Am 30.01.25 um 12:31 schrieb Daniel Herzig:
>> +
>> +    $drive->{essential} = 1 if !defined($drive->{essential});
> 
> This should rather be done when parsing the drive.

Or I guess to avoid (potentially) writing it out for every drive, it
should only be a local variable here and not set in the drive hash.




More information about the pve-devel mailing list