succd: reset failsafe only after vent
This commit is contained in:
parent
93ca80706f
commit
ae9ac4ea0e
|
@ -131,8 +131,10 @@ func (d *daemon) processOnce(_ context.Context) error {
|
|||
}
|
||||
} else {
|
||||
if d.failsafe {
|
||||
d.failsafe = false
|
||||
klog.Infof("Values are plausible again; quitting failsafe mode")
|
||||
if mbar >= 1e-2 {
|
||||
d.failsafe = false
|
||||
klog.Infof("Values are plausible again; quitting failsafe mode")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue