-
Notifications
You must be signed in to change notification settings - Fork 197
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
FUSE enabled kernel needed by some integration tests. #658
Comments
Integration test error with default kernel installed in container image.
|
is it acceptable to just replace Additionally, building an image using firecracker 1.1 ('public.ecr.aws/firecracker/fcuvm:v35') introduces new kernel configuration options. Here are some options I see building 4.14 for x86:
|
We can update kernel configs to include
to avoid being prompted for these configuration options. e: looks like for some, the names have changed, e.g.: firecracker-containerd/tools/kernel-configs/microvm-kernel-x86_64-4.14.config Lines 2228 to 2229 in 22e72b2
|
closing. opened #660 to track having a prebuilt kernel available. |
Currently the kernel used for integration testing does not appear to have FUSE enabled.
The remote (in-VM) integration tests need this kernel configuration enabled to successfully mount and start a container instead of relying on the thinpool.
It would be nice to be able to install multiple kernels during integration test container image build time and specify which kernel is used during runtime.
The text was updated successfully, but these errors were encountered: