[pve-devel] [PATCH 1/2] qemu processor : update max cores limit to	64
    Alexandre Derumier 
    aderumier at odiso.com
       
    Mon Jan  6 17:59:22 CET 2014
    
    
  
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 www/manager/qemu/ProcessorEdit.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager/qemu/ProcessorEdit.js b/www/manager/qemu/ProcessorEdit.js
index 4a887c0..1dc444b 100644
--- a/www/manager/qemu/ProcessorEdit.js
+++ b/www/manager/qemu/ProcessorEdit.js
@@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
 		xtype: 'numberfield',
 		name: 'cores',
 		minValue: 1,
-		maxValue: 32,
+		maxValue: 64,
 		value: '1',
 		fieldLabel: gettext('Cores'),
 		allowBlank: false,
-- 
1.7.10.4
    
    
More information about the pve-devel
mailing list