mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
feat(lxc): Increased maximum supported passthrough devices to 128 for containers.
Signed-off-by: Marlus Lopes Tavares <marlop352@users.noreply.github.com>
This commit is contained in:
parent
a05c941de5
commit
4e4e873bdc
@ -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