We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce577b2 commit c402cc8Copy full SHA for c402cc8
pkg/start/start.go
@@ -114,6 +114,7 @@ func Start(ctx context.Context, inst *store.Instance) error {
114
if _, err := os.Stat(haPIDPath); !errors.Is(err, os.ErrNotExist) {
115
return fmt.Errorf("instance %q seems running (hint: remove %q if the instance is not actually running)", inst.Name, haPIDPath)
116
}
117
+ logrus.Infof("Starting the instance %q with VM driver %q", inst.Name, inst.VMType)
118
119
haSockPath := filepath.Join(inst.Dir, filenames.HostAgentSock)
120
0 commit comments