GUI: allow to select SCSI disks when creating VMs
Booting from SCSI disks works again in qemu-1.2.
This commit is contained in:
parent
d065cd5a42
commit
5174be3ca6
3
debian/changelog.Debian
vendored
3
debian/changelog.Debian
vendored
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user