diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,7 @@ package main import ( "embed" "os" + "time" "go.wit.com/dev/alexflint/arg" "go.wit.com/log" @@ -30,6 +31,9 @@ func main() { readDropletFile("droplets") readHypervisorFile("hypervisor") + // initialize the grid as unstable + me.unstable = time.Now() + log.Info("create cluser for", argv.Hosts) for _, name := range argv.Hosts { h := addHypervisor(name) |
