From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: applied: [PATCH manager] ui: qemu: cd edit: use asynchronous API
Date: Mon, 21 Sep 2026 13:18:36 +0200 [thread overview]
Message-ID: <20260921111843.133598-1-f.ebner@proxmox.com> (raw)
Specifying a backgroundDelay aligns the CD edit panel with the panel
for hard drives and makes the input panel use a POST method for the
API request. Like this, there will be a task, so task warnings from
the operation will be visible, which is useful for the backend checks
about problematic virtio-win driver versions. Changing a CD-ROM medium
is also an operation that can take a while, since storage access is
involved and multiple QMP commands are issued.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
www/manager6/qemu/CDEdit.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/manager6/qemu/CDEdit.js b/www/manager6/qemu/CDEdit.js
index c185de53..22e511a2 100644
--- a/www/manager6/qemu/CDEdit.js
+++ b/www/manager6/qemu/CDEdit.js
@@ -128,6 +128,8 @@ Ext.define('PVE.qemu.CDInputPanel', {
Ext.define('PVE.qemu.CDEdit', {
extend: 'Proxmox.window.Edit',
+ backgroundDelay: 5,
+
width: 400,
initComponent: function () {
--
2.47.3
reply other threads:[~2026-09-21 11:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260921111843.133598-1-f.ebner@proxmox.com \
--to=f.ebner@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.