mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +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
|
dvUnprivileged = false
|
||||||
|
|
||||||
maxNetworkInterfaces = 10
|
maxNetworkInterfaces = 10
|
||||||
maxPassthroughDevices = 8
|
maxPassthroughDevices = 128
|
||||||
maxMountPoints = 256
|
maxMountPoints = 256
|
||||||
|
|
||||||
mkClone = "clone"
|
mkClone = "clone"
|
||||||
|
Loading…
Reference in New Issue
Block a user