Skip to content
Snippets Groups Projects
Unverified Commit 62b845c5 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

offload: Display the normalized load in 'guix offload status' output.

Fixes a regression introduced in
bbe66a53 whereby the actual
load (non-normalized) would be displayed.

* guix/scripts/offload.scm (check-machine-status): Add call to
'normalized-load'.
parent 1a1b54b5
No related branches found
No related tags found
No related merge requests found
......@@ -733,7 +733,7 @@ (define (build-machine=? m1 m2)
(utsname:sysname uts) (utsname:release uts)
(utsname:machine uts)
(utsname:nodename uts)
load
(normalized-load machine load)
(/ free (expt 2 20) 1.))))
machines)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment