-
Notifications
You must be signed in to change notification settings - Fork 664
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
Labels
Comments
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]>
Closed via #619. |
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
We should not update
apt
caches and installsshfs
during thecloud-init
stage in order to decrease the time it takes to launch. Instead, we'll use the already implemented "just in time"sshfs
install duringmount
.The text was updated successfully, but these errors were encountered: