]> git.proxmox.com Git - pve-cluster.git/commitdiff
comment the observed file hash
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Dec 2018 07:50:57 +0000 (08:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Dec 2018 07:51:26 +0000 (08:51 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm

index f96de2f339c96ac80822db9bdc5b815fe3b723c1..68d644653e9436a587f6631995ea4fefff6123de 100644 (file)
@@ -67,6 +67,9 @@ my $rootsshauthkeys = "/root/.ssh/authorized_keys";
 my $rootsshauthkeysbackup = "${rootsshauthkeys}.org";
 my $rootsshconfig = "/root/.ssh/config";
 
+# this is just a readonly copy, the relevant one is in status.c from pmxcfs
+# observed files are the one we can get directly through IPCC, they are cached
+# using a computed version and only those can be used by the cfs_*_file methods
 my $observed = {
     'vzdump.cron' => 1,
     'storage.cfg' => 1,