From: Nicolas Frey <n.frey@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH qemu-server 0/3] fix #7801: warn about problematic VirtIO ISOs
Date: Tue, 15 Sep 2026 16:32:34 +0200 [thread overview]
Message-ID: <20260915143237.1033142-1-n.frey@proxmox.com> (raw)
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
next reply other threads:[~2026-09-15 14:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-15 14:32 Nicolas Frey [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260915143237.1033142-1-n.frey@proxmox.com \
--to=n.frey@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.