[pve-devel] [PATCH container 1/3] Set backup lock during stop and suspend backups

2016-01-15 Thread Fabian Grünbichler
Correctly set a 'backup' lock while a 'stop' or 'suspend' mode backup is in progress. --- src/PVE/VZDump/LXC.pm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index 7f27f0b..7cd557c 100644 --- a/src/PVE/VZDump/LXC.pm +++

Re: [pve-devel] [PATCH container 1/3] Set backup lock during stop and suspend backups

2016-01-15 Thread Fabian Grünbichler
> Fabian Grünbichler hat am 15. Januar 2016 um > 10:03 geschrieben: > > > Correctly set a 'backup' lock while a 'stop' or 'suspend' > mode backup is in progress. This series should fix #847, with one caveat for a similar situation: While a 'suspend' mode backup

Re: [pve-devel] [PATCH container 1/3] Set backup lock during stop and suspend backups

2016-01-15 Thread Wolfgang Bumiller
On Fri, Jan 15, 2016 at 10:03:31AM +0100, Fabian Grünbichler wrote: > Correctly set a 'backup' lock while a 'stop' or 'suspend' > mode backup is in progress. > --- > src/PVE/VZDump/LXC.pm | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/src/PVE/VZDump/LXC.pm