mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-30 21:30:09 +00:00
allow up to 16 virtio disks
This commit is contained in:
parent
59849502b3
commit
713dcebd67
@ -5,7 +5,7 @@ Ext.define('PVE.form.ControllerSelector', {
|
|||||||
statics: {
|
statics: {
|
||||||
maxIds: {
|
maxIds: {
|
||||||
ide: 3,
|
ide: 3,
|
||||||
virtio: 5,
|
virtio: 15,
|
||||||
scsi: 13
|
scsi: 13
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user