zach
zach
There are currently no context timeouts from the persona to the portlayer, and imagec uses a 3600 second timeout for pulls, so I don't think that's it. There is one...
@corrieb @mhagen-vmware I'm down to close. I haven't seen/heard of this happening for quite a long time. @mhagen-vmware do you agree?
From https://github.com/vmware/vic/blob/master/lib/install/ova/configure.go#L87: ```go func getOvaVMByTag(ctx context.Context, sess *session.Session, u string) (*vm.VirtualMachine, error) { ovaURL, err := url.Parse(u) if err != nil { return nil, err } host := ovaURL.Hostname() log.Debugf("Looking...
We should probably change the logging in there to Info or possibly add a few more lines to inform the user what is going on. EDIT: Specifically changing the `log.Debugf("Checking...