update
This commit is contained in:
@@ -206,7 +206,7 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, discovery Discovery)
|
|||||||
known := pool.IsKnown(chng.Host)
|
known := pool.IsKnown(chng.Host)
|
||||||
if chng.Type != watch.Deleted && !known {
|
if chng.Type != watch.Deleted && !known {
|
||||||
|
|
||||||
log.Printf("Discovered host %s, waiting for startup", h)
|
log.Printf("Discovered host %s, waiting for startup", chng.Host)
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
pool.AddRemote(chng.Host)
|
pool.AddRemote(chng.Host)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user