[pve-devel] [PATCH v3 manager 2/5] fix #3069: vzdump: add property 'performance: pbs-entries-max=N'

Fiona Ebner f.ebner at proxmox.com
Thu Jul 27 11:05:28 CEST 2023


Am 27.07.23 um 10:37 schrieb Alexander Zeidler:
> configuring pbs-entries-max can avoid failing backups due to a high
> amount of files in folders where a folder exclusion is not possible
> 
> Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
> ---
> Changes since v2:
>   Apply Fiona's comments:
>   * remove property from permission check since it's included in performance
>   * vzdump: make property a sub property of performance
> 
> Changes since v1:
>   * add 'pbs-entries-max' according to the new shortened permission check
> 
> 
>  configs/vzdump.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/vzdump.conf b/configs/vzdump.conf
> index 2ea09ae0..954a4784 100644
> --- a/configs/vzdump.conf
> +++ b/configs/vzdump.conf
> @@ -16,3 +16,4 @@
>  #exclude-path: PATHLIST
>  #pigz: N
>  #notes-template: {{guestname}}
> +#performance: pbs-entries-max=N

There already is a #performance: max-workers=N further up. You should
add it to that, because duplicate options won't be handled correctly AFAIK.





More information about the pve-devel mailing list