[pve-devel] [PATCH 1/3] Remove mountpoint dir from vzdump backup

2015-08-25 Thread Wolfgang Link
--- src/PVE/VZDump/LXC.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index 112bc84..eb43807 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZDump/LXC.pm @@ -277,6 +277,7 @@ sub cleanup { # We use -d to automatically free used loop de

Re: [pve-devel] [PATCH 1/3] Remove mountpoint dir from vzdump backup

2015-08-25 Thread Dietmar Maurer
On 08/25/2015 01:24 PM, Wolfgang Link wrote: --- src/PVE/VZDump/LXC.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index 112bc84..eb43807 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZDump/LXC.pm @@ -277,6 +277,7 @@ sub cleanup {

Re: [pve-devel] [PATCH 1/3] Remove mountpoint dir from vzdump backup

2015-08-25 Thread Wolfgang Link
Because we have to delete a tree and not only a dir. and rmtree are the old function and shouldn't use anymore. http://perldoc.perl.org/File/Path.html On 08/26/2015 06:15 AM, Dietmar Maurer wrote: On 08/25/2015 01:24 PM, Wolfgang Link wrote: --- src/PVE/VZDump/LXC.pm | 1 + 1 file changed