Report Bugs on https://bugzilla.proxmox.com/
If you want to submit a fix you need to sign a CLA and send it to Proxmox... see: https://pve.proxmox.com/wiki/Developer_Documentation Am Mittwoch, 09. Dezember 2015 14:46 CET, Marc Cousin <[email protected]> schrieb: A good news in a bad news :) Great, thanks a lot. Oh, by the way, I tried using the pigz option, which is a great idea, but it failed with: INFO: /bin/bash: pigz -p 16: command not found If I'm not mistaken, the problem comes from passing "pigz -p 16" as a unique element of the command to be run. I circumvented this by replacing push @$cmd, [ $comp ] if $comp; to my @comp=split(/\s+/,$comp); push (@$cmd, [@comp]) if $comp; in VZDump/LXC.pm (to split pigz -p 16 into three arguments to be given to the final command) I'm not sure this is the most elegant way to do it, but this works now on my server. I'm not sure this is the best place to report bugs either :) Regards On 09/12/2015 12:44, Dietmar Maurer wrote: > That is not implemented, but already on my task list... > >> On December 9, 2015 at 12:38 PM Marc Cousin <[email protected]> wrote: >> >> >> On 09/12/2015 12:25, Dietmar Maurer wrote: >>>> I see that some LVMThin plugins have arrived in storage. I created a >>>> thin pool with high hopes, but I cannot manage to make my backups use it. >>> >>> You talks about lxc container backups? >>> >> Yes >> > _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
_______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
