-
Notifications
You must be signed in to change notification settings - Fork 662
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
Remove sshfs install from cloud-init #619
Conversation
f494c36
to
fb6ace1
Compare
@townsend2010 this needs a conflict resolve |
This will no longer do 'apt update' and install 'sshfs' inside the instance during cloud-init and thus, will speed up 'launch'. Fixes #615
The client (and user) no longer need to wait for cloud-init to finish in the instance since cloud-init no longer installs sshfs.
fb6ace1
to
ea5d56b
Compare
Ok, merge conflict resolved and is ready for review:) |
bors try |
tryBuild failed |
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.
Some requests and questions
bors r+ |
619: Remove sshfs install from cloud-init r=ricab a=townsend2010 Also move "just in time" sshfs install logic into the daemon. Fixes #615 Co-authored-by: Chris Townsend <[email protected]>
Build failed |
It seems the method removal needs to be propagated to hyperkit: https://travis-ci.org/CanonicalLtd/multipass/jobs/500462368#L3975 I suppose the windows one too? |
Yes, that occurs when we merge |
@townsend2010 delegating as I am not sure what's best in face of bors failing. bors delegate=townsend2010 |
✌️ townsend2010 can now approve this pull request |
Also move "just in time" sshfs install logic into the daemon.
Fixes #615