Signed-off-by: Alexander Zeidler <a.zeid...@proxmox.com>
---
 src/PVE/VZDump/Common.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm
index a6fe483..28ab0d3 100644
--- a/src/PVE/VZDump/Common.pm
+++ b/src/PVE/VZDump/Common.pm
@@ -282,6 +282,12 @@ my $confdesc = {
        requires => 'storage',
        optional => 1,
     },
+    "pbs-entries-max" => {
+       type        => 'integer',
+       description => "Override max number of entries to hold in memory (only 
applicable for PBS).",
+       optional    => 1,
+       minimum     => 1,
+       },
 };
 
 sub get_confdesc {
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to