From: Thomas Lamprecht Date: Thu, 20 Dec 2018 07:50:57 +0000 (+0100) Subject: comment the observed file hash X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=34180e03e6f7add99fae0d904488e5ffbc4c0c73 comment the observed file hash Signed-off-by: Thomas Lamprecht --- diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index f96de2f..68d6446 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -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,