Re: [pve-devel] [PATCH v2 container 08/18] add lxc/pending API path

2019-10-02 Thread Fabian Grünbichler
you completely ignored my comments for v1 of this patch? the whole code is identical to qemu-server's, except for cipassword handling. pending changes are also encoded identically for both pve-container and qemu-server, so it makes sense to move this to AbstractConfig or GuestHelpers.pm with an

[pve-devel] [PATCH v2 container 08/18] add lxc/pending API path

2019-09-30 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- src/PVE/API2/LXC.pm | 88 + 1 file changed, 88 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 07280fb..9c040d1 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -515,6 +515,7 @@ __P