]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
update_lrm_status: add a time stamp
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Mar 2015 05:50:45 +0000 (06:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Mar 2015 05:50:45 +0000 (06:50 +0100)
src/PVE/HA/LRM.pm

index 71862902aa217d690c2f5822c8e01078442504e9..5b13e4737ae28f8e3fc61d5fb0d2e6bf57848f14 100644 (file)
@@ -85,6 +85,7 @@ sub update_lrm_status {
     my $lrm_status = { 
        mode => $self->{mode},
        results => $self->{results},
+       timestamp => $haenv->get_time(),
     };
     
     eval { $haenv->write_lrm_status($lrm_status); };