Skip to content

Commit 0ea6170

Browse files
disable failing uptime report if node is unreachable (threefoldtech#2382)
1 parent 928723d commit 0ea6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/power/uptime.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func isNodeHealthy() bool {
126126
}
127127
if app.CheckFlag(app.NotReachable) {
128128
log.Error().Msg("node can not reach grid services")
129-
healthy = false
129+
// healthy = false // disabled for now
130130
}
131131
return healthy
132132
}

0 commit comments

Comments
 (0)