]> git.proxmox.com Git - pve-container.git/commit
fix #1897: bump MAX_MOUNT_POINTS to 256
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Sep 2018 09:37:09 +0000 (11:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Sep 2018 05:53:28 +0000 (07:53 +0200)
commit717f70b763644f1a7f6c2ced9bcc05e56c7da7f2
tree9b75cd54515e9a93791c52f4cc602ec403d7cb3b
parent3c049a1260972409fb96fe8d30f750a9273e78c8
fix #1897: bump MAX_MOUNT_POINTS to 256

and filter list of possible mountpoint names by currently used ones
before iterating instead of in the loop body.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/LXC/Config.pm