]> git.proxmox.com Git - pve-manager.git/commitdiff
GUI: allow to select SCSI disks when creating VMs
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Sep 2012 09:02:36 +0000 (11:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Sep 2012 09:02:36 +0000 (11:02 +0200)
Booting from SCSI disks works again in qemu-1.2.

debian/changelog.Debian
www/manager/qemu/HDEdit.js

index 8b3330a5fe74be1005555401dd394885f124d71e..7c92c2a88b4e07abc03e91b789148f091e8d75c7 100644 (file)
@@ -3,6 +3,9 @@ pve-manager (2.1-16) unstable; urgency=low
   * vzrestore: allow --storage option
   
   * 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
 
index 65dada8fbc44bedcc5c719c93e80f3eca44cc53b..b12184f05570fbc2e6a4ed75ad9031a1daea05cb 100644 (file)
@@ -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);