]> git.proxmox.com Git - pve-guest-common.git/commitdiff
clarify what the source property is used for in a replication job
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 29 Oct 2020 13:31:26 +0000 (14:31 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 6 Nov 2020 14:06:52 +0000 (15:06 +0100)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/ReplicationConfig.pm

index 66ef84246a5a5ccec13559cc2a6646a880e43ffd..65436eabe994da5848b11fefe27af6fc0a6ba6ed 100644 (file)
@@ -80,7 +80,7 @@ my $defaultData = {
            optional => 1,
        },
        source => {
-           description => "Source of the replication.",
+           description => "For internal use, to detect if the guest was stolen.",
            type => 'string', format => 'pve-node',
            optional => 1,
        },