Am 2/5/20 um 9:30 AM schrieb Dominik Csapak:
> we now can have 31 scsi disks, so show/allow them in the gui
> 
> Signed-off-by: Dominik Csapak <d.csa...@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,
>      },
>  
> 

applied, thanks. A note with which qemu-server version this will work
would be nice to have in the commit message for such patches.

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to