mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
feat(lxc): increase maximum supported passthrough devices to 128 (#1968)
Signed-off-by: Marlus Lopes Tavares <marlop352@users.noreply.github.com>
This commit is contained in:
parent
a05c941de5
commit
36312406d3
@ -90,7 +90,7 @@ const (
|
||||
dvUnprivileged = false
|
||||
|
||||
maxNetworkInterfaces = 10
|
||||
maxPassthroughDevices = 8
|
||||
maxPassthroughDevices = 128
|
||||
maxMountPoints = 256
|
||||
|
||||
mkClone = "clone"
|
||||
|
Loading…
Reference in New Issue
Block a user