-
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
Conversation
✅ Deploy Preview for flintlock-docs canceled.
|
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.
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.
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.
I think this looks good to go. Would you be able to do the following:
- confirm what testing you have done locally?
- describe any automated testing that we should add as a follow up to this PR
- Ideally, squash your commits so they tell a story. It doesn't have to be down to 1 but a smaller number is preferable to have a clean commit history.
Features adding VirtioFS Support
In a upcoming PR I will be adding
virtiofs_create_test.go
virtiofs_create_delete_test.go
These tests will be testing the create and delete functionality to make sure it's valid on what we expect them to be