[pve-devel] applied: [PATCH manager] fix #2509: add --rsyncable to pigz

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Dec 16 11:42:42 CET 2019


On 12/16/19 11:16 AM, Stefan Reiter wrote:
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
>  PVE/VZDump.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
> index 7ba54eff..3caa7ab8 100644
> --- a/PVE/VZDump.pm
> +++ b/PVE/VZDump.pm
> @@ -588,7 +588,7 @@ sub compressor_info {
>  		my $cpuinfo = PVE::ProcFSTools::read_cpuinfo();
>  		$pigz_threads = int(($cpuinfo->{cpus} + 1)/2);
>  	    }
> -	    return ("pigz -p ${pigz_threads}", 'gz');
> +	    return ("pigz -p ${pigz_threads} --rsyncable", 'gz');
>  	} else {
>  	    return ('gzip --rsyncable', 'gz');
>  	}
> 

applied, with references to the breaking commit. Just glad that
once in a while I'm neither the author nor the committer of such
a oops :P Thanks!




More information about the pve-devel mailing list