all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH qemu-server 0/3] fix #7801: warn about problematic VirtIO ISOs
@ 2026-09-15 14:32 Nicolas Frey
  2026-09-15 14:32 ` [PATCH qemu-server 1/3] drive: add helper to detect VirtIO driver ISOs with known issues Nicolas Frey
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Nicolas Frey @ 2026-09-15 14:32 UTC (permalink / raw)
  To: pve-devel

This series fixes #7801 by implementing backend-only checks for VirtIO
ISOs with known issues. When a user starts, creates, or updates a VM,
the system scans for problematic VirtIO filenames and logs a warning in
the task log if a known issue is detected.

This approach supersedes the earlier UI patches [0], following feedback
to implement the check in the backend. Since the backend check already
alerts users via task log warnings (an equally effective and less intrusive
solution) the separate API call and UI patches became unnecessary.

Thanks Dominik and Maximilano for the feedback on the last revision

[0] https://lore.proxmox.com/all/20260826074935.78437-1-n.frey@proxmox.com/

qemu-server:

Nicolas Frey (3):
  drive: add helper to detect VirtIO driver ISOs with known issues
  partially fix #7801: api: warn about problematic VirtIO driver ISOs
  partially fix #7801: vm start: warn about problematic VirtIO ISOs

 src/PVE/API2/Qemu.pm        | 11 +++++++
 src/PVE/QemuServer.pm       |  2 ++
 src/PVE/QemuServer/Drive.pm | 61 +++++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+)


Summary over all repositories:
  3 files changed, 74 insertions(+), 0 deletions(-)

--
Generated by murpp 0.12.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-09-17 13:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-15 14:32 [PATCH qemu-server 0/3] fix #7801: warn about problematic VirtIO ISOs Nicolas Frey
2026-09-15 14:32 ` [PATCH qemu-server 1/3] drive: add helper to detect VirtIO driver ISOs with known issues Nicolas Frey
2026-09-16 10:16   ` Maximiliano Sandoval
2026-09-16 10:23   ` Maximiliano Sandoval
2026-09-15 14:32 ` [PATCH qemu-server 2/3] partially fix #7801: api: warn about problematic VirtIO driver ISOs Nicolas Frey
2026-09-15 14:32 ` [PATCH qemu-server 3/3] partially fix #7801: vm start: warn about problematic VirtIO ISOs Nicolas Frey
2026-09-16 10:21 ` [PATCH qemu-server 0/3] fix #7801: " Maximiliano Sandoval
2026-09-16 10:26   ` Maximiliano Sandoval
2026-09-17 13:17 ` Jonas Theisen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal