Skip to content

Commit

Permalink
CA-395174: Try to unarchive VM's metrics when they aren't running
Browse files Browse the repository at this point in the history
Backport 71c3960

Backport adjustments

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
psafont authored and Christian Lindig committed Aug 13, 2024
1 parent c014291 commit da92725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/rrdd_proxy.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ let get_vm_rrd_forwarder (req : Http.Request.t) (s : Unix.file_descr) _ =
unarchive_at_master ()
| Broken, _, _ ->
info "%s: host is broken, VM's metrics are not available"
__FUNCTION__ ;
"get_vm_rrd_forwarder" ;
unavailable ()
)

Expand Down

0 comments on commit da92725

Please sign in to comment.