Commit 5174be3c authored by Dietmar Maurer's avatar Dietmar Maurer

GUI: allow to select SCSI disks when creating VMs

Booting from SCSI disks works again in qemu-1.2.
parent d065cd5a
......@@ -4,6 +4,9 @@ pve-manager (2.1-16) unstable; urgency=low
* fix bug 178: correctly verify if VMID is already used
* GUI: allow to select SCSI disks when creating VMs (booting from SCSI
disks works again)
-- Proxmox Support Team <support@proxmox.com> Wed, 05 Sep 2012 08:04:28 +0200
pve-manager (2.1-15) unstable; urgency=low
......
......@@ -126,8 +126,6 @@ Ext.define('PVE.qemu.HDInputPanel', {
if (!me.confid || me.unused) {
me.bussel = Ext.createWidget('PVE.form.ControllerSelector', {
// boot from scsi does not work in kvm 1.0
noScsi: me.insideWizard ? true : false,
vmconfig: me.insideWizard ? {ide2: 'cdrom'} : {}
});
me.column1.push(me.bussel);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment