-
Notifications
You must be signed in to change notification settings - Fork 37
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
[DRAFT WORK IN PROGRESS] Adding VirtioFS #995
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for flintlock-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Great work @steve-fraser 🎉 Please don't be put off by the number of comments. Let me know if i can help with anything.
core/application/commands.go
Outdated
if mvm.Spec.RootVolume.Source.VirtioFS != nil { | ||
return nil, fmt.Errorf("VirtioFS is not available yet for RootVolume") | ||
} | ||
if len(mvm.Spec.AdditionalVolumes) > 0 { |
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.
Its probably worth checking as well that if volume.Source.VirtioFS
is specified that the microvm provider has the capability.
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.
This is looking great. I think having the port and adapter is a great addition.
Co-authored-by: Richard Case <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist: