slask pool
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user