[pve-devel] [PATCH manager] gui: increase scsi value to that in the backend
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Feb 5 10:16:35 CET 2020
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.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,
> },
>
>
applied, thanks. A note with which qemu-server version this will work
would be nice to have in the commit message for such patches.
More information about the pve-devel
mailing list