From b0c2d8980fd09fd1f8ac95b29916d239466a15b4 Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Fri, 28 Jul 2023 15:28:55 +0200 Subject: [PATCH] fix #3069: vzdump: add property 'performance: pbs-entries-max=N' 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 --- configs/vzdump.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/vzdump.conf b/configs/vzdump.conf index 2ea09ae0..33893e69 100644 --- a/configs/vzdump.conf +++ b/configs/vzdump.conf @@ -5,7 +5,7 @@ #storage: STORAGE_ID #mode: snapshot|suspend|stop #bwlimit: KBPS -#performance: max-workers=N +#performance: [max-workers=N][,pbs-entries-max=N] #ionice: PRI #lockwait: MINUTES #stopwait: MINUTES