GUI: allow to select SCSI disks when creating VMs
Booting from SCSI disks works again in qemu-1.2.
This commit is contained in:
3
debian/changelog.Debian
vendored
3
debian/changelog.Debian
vendored
@@ -4,6 +4,9 @@ pve-manager (2.1-16) unstable; urgency=low
|
|||||||
|
|
||||||
* fix bug 178: correctly verify if VMID is already used
|
* 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
|
-- Proxmox Support Team <support@proxmox.com> Wed, 05 Sep 2012 08:04:28 +0200
|
||||||
|
|
||||||
pve-manager (2.1-15) unstable; urgency=low
|
pve-manager (2.1-15) unstable; urgency=low
|
||||||
|
@@ -126,8 +126,6 @@ Ext.define('PVE.qemu.HDInputPanel', {
|
|||||||
|
|
||||||
if (!me.confid || me.unused) {
|
if (!me.confid || me.unused) {
|
||||||
me.bussel = Ext.createWidget('PVE.form.ControllerSelector', {
|
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'} : {}
|
vmconfig: me.insideWizard ? {ide2: 'cdrom'} : {}
|
||||||
});
|
});
|
||||||
me.column1.push(me.bussel);
|
me.column1.push(me.bussel);
|
||||||
|
Reference in New Issue
Block a user