-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix stale hyperkit.pid making minikube start hang #3593
fix stale hyperkit.pid making minikube start hang #3593
Conversation
Is some additional work required here?
|
This change is wonderful and I can't wait to see it merged. Thank you! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: balopat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
That was a bug that an additional debugging line introduced! I removed the offending log. |
pkg/drivers/hyperkit/driver.go
Outdated
Driver: "virtio-blk", | ||
}, | ||
} | ||
//} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
Looks great. Please merge once test failures are addressed. The most recent one looks novel, but unfortunately there isn't much in the way of info:
|
New changes are detected. LGTM label has been removed. |
It's an odd error that doesn't occur locally. I reverted a weird change in the disk setup - not sure why it was moved (this was an older code of mine that I was playing with - might have been an accidental mouse move?) - the issue might have been related. |
It seems that something (maybe the first bad build here?) broke the hyperkit build - and it is now breaking on the master builds too with the same vmnet error. I am suspecting environmental/host level state to be responsible, we'll have to look tomorrow. |
in fact there is a running hyperkit instance:
I'm going to kill it and retry the job. |
Some curious experiments:
When I killed the server, for a while I still got
Which is expected as the directory did not contain the initrd, bzimage. rawdisk and boot2docker.iso files. I bounced the jenkins job - let's see where that gets us. |
I wonder where the collision was - one candidate is |
@minikube-bot OK to test |
1 similar comment
@minikube-bot OK to test |
Fixes #2994.