[pve-devel] [PATCH manager] gui: increase scsi value to that in the backend

Dominik Csapak d.csapak at proxmox.com
Wed Feb 5 09:30:47 CET 2020


we now can have 31 scsi disks, so show/allow them in the gui

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 3c2a34d8..86951ed7 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -1159,7 +1159,7 @@ Ext.define('PVE.Utils', { utilities: {
     diskControllerMaxIDs: {
 	ide: 4,
 	sata: 6,
-	scsi: 14,
+	scsi: 31,
 	virtio: 16,
     },
 
-- 
2.20.1





More information about the pve-devel mailing list