Skip to content

Commit

Permalink
kernel: Enable virtio-fs in kata kernel
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 7 changed files with 4,630 additions and 24 deletions.
10 changes: 6 additions & 4 deletions kernel/configs/x86_64_kata_kvm_4.19.x
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.24 Kernel Configuration
# Linux/x86 4.19.28 Kernel Configuration
#

#
# Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
# Compiler: gcc (Ubuntu 7.4.0-1ubuntu1~16.04~ppa1) 7.4.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=50400
CONFIG_GCC_VERSION=70400
CONFIG_CLANG_VERSION=0
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
Expand Down Expand Up @@ -2597,7 +2597,9 @@ CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
CONFIG_VIRTIO_FS=y
# CONFIG_OVERLAY_FS is not set

#
Expand Down
2 changes: 1 addition & 1 deletion kernel/kata_config_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36
37
Loading

0 comments on commit 88d93ad

Please sign in to comment.