]> git.proxmox.com Git - pve-manager.git/commit
ui: qemu disk: honor iothread setting from config
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Nov 2022 14:39:06 +0000 (15:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 14:51:40 +0000 (15:51 +0100)
commit00e4bd2e10ae54a92c7e52c7590c20d0828decf0
tree99d30df46af78765ef358260020ff85cc17e907a
parent783870bfc2c67ef9c52bface636dab22038b4192
ui: qemu disk: honor iothread setting from config

To have a IOThread on by default in the wizard and on disk add, we
added a 'bind' for the value here. This also changes the value for
existing VM disks, and if one does not notice, modifies it away again
(since we don't have the controller here and isSCSISingle is false)

Simply don't bind value when we edit a VM disk from config

Note that this is only an issue in Chromium based browsers.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/qemu/HDEdit.js