]> git.proxmox.com Git - pve-guest-common.git/commitdiff
vzdump: avoid declaring whole PBS change-detection mode as experimental master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Jul 2024 12:35:42 +0000 (14:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Jul 2024 12:35:46 +0000 (14:35 +0200)
As the legacy option is the long-time and stable default.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/VZDump/Common.pm

index 2532b42bd535cbb6d3e6e5e0db257de3b68c7ca1..4c59c2cfa784ea380e4325834dc5776baf0f31ee 100644 (file)
@@ -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' ],