[pve-devel] [PATCH manager 1/2] fix #1113: preserve LSI controller for legacy Oses

Emmanuel Kasper e.kasper at proxmox.com
Tue Sep 20 15:17:39 CEST 2016


The SCSI HW type handling will be made in the Wizard class, removing from here.
---
 www/manager6/qemu/HDEdit.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www/manager6/qemu/HDEdit.js b/www/manager6/qemu/HDEdit.js
index 312b218..c86ab44 100644
--- a/www/manager6/qemu/HDEdit.js
+++ b/www/manager6/qemu/HDEdit.js
@@ -111,10 +111,6 @@ Ext.define('PVE.qemu.HDInputPanel', {
 		
 	params[confid] = PVE.Parser.printQemuDrive(me.drive);
 	
-	if (me.insideWizard) {
-	    params.scsihw = PVE.qemu.OSDefaults.generic.scsihw;
-	}
-
 	return params;	
     },
 
-- 
2.1.4





More information about the pve-devel mailing list