Re: [pve-devel] [PATCH v2 3/12] fix #4225: qemuserver: add function to eject isofiles

2025-01-17 Thread Daniel Herzig
Daniel Kral writes: > On 1/13/25 09:55, Daniel Herzig wrote: >> Current behaviour prevents a VM from starting, if an ISO file defined >> in the configuration becomes unavailable. >> The function eject_nonrequired_isos checks on whether a cdrom drive >> is >> marked as 'required' or not. If the pa

Re: [pve-devel] [PATCH v2 3/12] fix #4225: qemuserver: add function to eject isofiles

2025-01-16 Thread Daniel Kral
On 1/13/25 09:55, Daniel Herzig wrote: Current behaviour prevents a VM from starting, if an ISO file defined in the configuration becomes unavailable. The function eject_nonrequired_isos checks on whether a cdrom drive is marked as 'required' or not. If the parameter 'required' is not defined, i

[pve-devel] [PATCH v2 3/12] fix #4225: qemuserver: add function to eject isofiles

2025-01-13 Thread Daniel Herzig
Current behaviour prevents a VM from starting, if an ISO file defined in the configuration becomes unavailable. The function eject_nonrequired_isos checks on whether a cdrom drive is marked as 'required' or not. If the parameter 'required' is not defined, it will assume 'required' to be true and k