forked from kata-containers/packaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Enable virtio-fs in kata kernel
This patches adds virtio-fs capability to the kata kernel along with config changes to enable the same on kata by default. The system will only be exercised when `shared_fs` is set to `virtio-fs` in the kata configuration file. the default still remains to be 9p Fixes: kata-containers#387 Depends-on: github.com/kata-containers/runtime#1016 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
- Loading branch information
Ganesh Maharaj Mahalingam
committed
May 6, 2019
1 parent
0aa9055
commit 88d93ad
Showing
7 changed files
with
4,630 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
36 | ||
37 |
Oops, something went wrong.