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