]> git.proxmox.com Git - pve-container.git/commit
allow to load configs from CTs located on other nodes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 26 Aug 2015 13:36:28 +0000 (15:36 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Aug 2015 14:12:33 +0000 (16:12 +0200)
commitd18499cf5565e357d0c4958d38c7f7aa547796fa
tree483b1f50316f1f35e4dc414b56c2986d17406528
parent09aa32fd9ef8a377db1dd362b2aed005ba1d5cf4
allow to load configs from CTs located on other nodes

This allows load_config to load also configs from LXC container
which arent't located on the same node.

This is needed to fix the bug that doesn't let view the noVNC
console from an CT located on another node, whereas viewing it on
the same node as the container is located works fine.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/LXC.pm
src/PVE/LXC.pm