slask pool
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 28s
Build and Publish / BuildAndDeploy (push) Successful in 2m24s

This commit is contained in:
matst80
2024-11-12 19:57:15 +01:00
parent 1616c94f8f
commit 36b6cb7e8c

View File

@@ -323,7 +323,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error {
r.MissedPings++ r.MissedPings++
if r.MissedPings > 3 { if r.MissedPings > 3 {
p.RemoveHost(r) p.RemoveHost(r)
return fmt.Errorf("remote grain change failed %v", err) continue
} }
log.Printf("Error confirming change: %v from %s\n", err, p.Hostname) log.Printf("Error confirming change: %v from %s\n", err, p.Hostname)
continue continue