0
0
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:
Marlus Lopes Tavares 2025-05-20 01:41:08 -03:00 committed by GitHub
parent a05c941de5
commit 4e4e873bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ const (
dvUnprivileged = false
maxNetworkInterfaces = 10
maxPassthroughDevices = 8
maxPassthroughDevices = 128
maxMountPoints = 256
mkClone = "clone"