Re: [pve-devel] [PATCH container] Only add actual volumes to volid_list

2016-02-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH container] Only add actual volumes to volid_list

2016-02-04 Thread Fabian Grünbichler
> Wolfgang Bumiller hat am 4. Februar 2016 um 11:21 > geschrieben: > > > On Thu, Feb 04, 2016 at 11:08:05AM +0100, Fabian Grünbichler wrote: > > skip /dev and bind mounts, otherwise stop backups will > > fail in parse_volume_id. > > --- > > src/PVE/VZDump/LXC.pm | 5 - > > 1 file changed, 4

Re: [pve-devel] [PATCH container] Only add actual volumes to volid_list

2016-02-04 Thread Wolfgang Bumiller
On Thu, Feb 04, 2016 at 11:08:05AM +0100, Fabian Grünbichler wrote: > skip /dev and bind mounts, otherwise stop backups will > fail in parse_volume_id. > --- > src/PVE/VZDump/LXC.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump

[pve-devel] [PATCH container] Only add actual volumes to volid_list

2016-02-04 Thread Fabian Grünbichler
skip /dev and bind mounts, otherwise stop backups will fail in parse_volume_id. --- src/PVE/VZDump/LXC.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index dddf17e..fda37c9 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZ