[pve-devel] [PATCH v2 manager 2/2] GUI: OS defaults: use SCSI single as default controller
Matthias Heiserer
m.heiserer at proxmox.com
Thu Apr 28 10:44:48 CEST 2022
That's the SCSI controller the wizard selects by default.
Existing installs are not changed by this.
Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---
No changes from v1
www/manager6/qemu/OSDefaults.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/OSDefaults.js b/www/manager6/qemu/OSDefaults.js
index eed9eebc..5e588a58 100644
--- a/www/manager6/qemu/OSDefaults.js
+++ b/www/manager6/qemu/OSDefaults.js
@@ -42,7 +42,7 @@ Ext.define('PVE.qemu.OSDefaults', {
scsi: 2,
virtio: 1,
},
- scsihw: 'virtio-scsi-pci',
+ scsihw: 'virtio-scsi-single',
};
// virtio-net is in kernel since 2.6.25
--
2.30.2
More information about the pve-devel
mailing list