Skip to content
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

Do not install sshfs in the instance during cloud-init #615

Closed
townsend2010 opened this issue Feb 20, 2019 · 2 comments
Closed

Do not install sshfs in the instance during cloud-init #615

townsend2010 opened this issue Feb 20, 2019 · 2 comments
Assignees

Comments

@townsend2010
Copy link
Contributor

We should not update apt caches and install sshfs during the cloud-init stage in order to decrease the time it takes to launch. Instead, we'll use the already implemented "just in time" sshfs install during mount.

@townsend2010 townsend2010 self-assigned this Feb 20, 2019
townsend2010 pushed a commit that referenced this issue Feb 20, 2019
This will no longer do 'apt update' and install 'sshfs' inside the instance
during cloud-init and thus, will speed up 'launch'.

Fixes #615
townsend2010 pushed a commit that referenced this issue Feb 22, 2019
This will no longer do 'apt update' and install 'sshfs' inside the instance
during cloud-init and thus, will speed up 'launch'.

Fixes #615
townsend2010 pushed a commit that referenced this issue Feb 28, 2019
This will no longer do 'apt update' and install 'sshfs' inside the instance
during cloud-init and thus, will speed up 'launch'.

Fixes #615
bors bot added a commit that referenced this issue Mar 1, 2019
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]>
@townsend2010
Copy link
Contributor Author

Closed via #619.

@townsend2010
Copy link
Contributor Author

Oops, the PR hasn't been merged yet. Reopening...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants