Skip to content

Commit

Permalink
microcloud/cmd/microcloud: Change interactive setup comment
Browse files Browse the repository at this point in the history
This is a bit of a confusing comment because it insists the cluster has
initialized, but there is still more setup to do for disks/networks.

Signed-off-by: Max Asnaashari <[email protected]>
  • Loading branch information
masnax committed Sep 18, 2023
1 parent daa9b75 commit 911b32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microcloud/cmd/microcloud/main_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ func AddPeers(sh *service.Handler, systems map[string]InitSystem) error {
time.Sleep(3 * time.Second)
}

fmt.Println("Cluster initialization is complete")

return nil
}

Expand Down Expand Up @@ -404,6 +402,8 @@ func setupCluster(s *service.Handler, systems map[string]InitSystem) error {
return err
}

fmt.Println("Configuring cluster-wide devices...")

var ovnConfig string
if s.Services[types.MicroOVN] != nil {
ovn := s.Services[types.MicroOVN].(*service.OVNService)
Expand Down

0 comments on commit 911b32e

Please sign in to comment.