-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add Local SSD support #3879
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
Merged
Merged
Add Local SSD support #3879
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced May 2, 2025
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 2, 2025
Merged
ma2bd
approved these changes
May 5, 2025
1082be6 to
c0bae58
Compare
f44e58c to
9b0eaf9
Compare
c0bae58 to
fa8dbb4
Compare
fa8dbb4 to
dac015a
Compare
9c06727 to
71609f6
Compare
dac015a to
b95af69
Compare
238f4fd to
e6759df
Compare
b95af69 to
f5e964e
Compare
f5e964e to
a078dbc
Compare
6472402 to
5d1fcb5
Compare
a078dbc to
48fbe06
Compare
5d1fcb5 to
5fcbbc5
Compare
48fbe06 to
c9e259d
Compare
5fcbbc5 to
dbc4647
Compare
c9e259d to
1cf0afb
Compare
This was referenced May 9, 2025
Contributor
Author
1cf0afb to
24dc370
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Motivation
When deploying networks on GCP, using local SSDs give us good performance improvements.
Proposal
Add support for deploying networks using local SSDs. Keep in mind that this will only be used when deploying GCP networks, this won't be used ever for local networks for obvious reasons (it already always runs on the local disk).
It made more sense for the YAML files to setup the local CSI driver to live here to avoid some directory gymnastics on the
linera-infraside.Test Plan
Deployed networks using this code
Release Plan