From 23ef2fb41450e1ded07028f837f8039411e3b72b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 31 Jul 2024 14:35:42 +0200 Subject: [PATCH] vzdump: avoid declaring whole PBS change-detection mode as experimental As the legacy option is the long-time and stable default. Signed-off-by: Thomas Lamprecht --- src/PVE/VZDump/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 2532b42..4c59c2c 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -356,7 +356,7 @@ my $confdesc = { }, 'pbs-change-detection-mode' => { type => 'string', - description => "EXPERIMENTAL: PBS mode used to detect file changes and switch encoding" + description => "PBS mode used to detect file changes and switch encoding. NOTE: `data` and `metadata` modes are experimental." . " format for container backups.", optional => 1, enum => [ 'legacy', 'data', 'metadata' ],