[pve-devel] [PATCH pve-container 1/1] Add pre/post-restore hooks to CTs

2022-11-10 Thread Stefan Hanreich
Signed-off-by: Stefan Hanreich --- src/PVE/API2/LXC.pm | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 79aecaa..0e8cb95 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -380,6 +380,9 @@ __PACKAGE__->register_method({

Re: [pve-devel] [PATCH pve-container 1/1] Add pre/post-restore hooks to CTs

2022-09-22 Thread Wolfgang Bumiller
On Thu, Sep 22, 2022 at 03:19:42PM +0200, Stefan Hanreich wrote: > Signed-off-by: Stefan Hanreich > --- > src/PVE/API2/LXC.pm | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm > index 589f96f..3ecf5e5 100644 > --- a/src/PVE/API2/LXC.pm > +++

[pve-devel] [PATCH pve-container 1/1] Add pre/post-restore hooks to CTs

2022-09-22 Thread Stefan Hanreich
Signed-off-by: Stefan Hanreich --- src/PVE/API2/LXC.pm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 589f96f..3ecf5e5 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -376,6 +376,8 @@ __PACKAGE__->register_method({