mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 03:03:29 +00:00
Newer 4.11.x kernels seem to trigger a bug (either in Linux or the NVDIMM backend in Hyper-V) which causes silent failures of the container VM. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
16 lines
593 B
YAML
16 lines
593 B
YAML
# We specifically pick 4.11.1 here as newer 4.11.x kernel have some
|
|
# interactions with the current Hyper-V NVDIMM implementation.
|
|
# Specifically, Linux commit 5a3651b4a92c ("ext4: return to starting
|
|
# transaction in ext4_dax_huge_fault()") seems to trigger silent failures
|
|
# when running the Hyper-V container VM.
|
|
kernel:
|
|
image: linuxkit/kernel:4.11.1-ce8345023d3f2dff16f8edeeca9331b26a199949
|
|
cmdline: "console=ttyS0"
|
|
tar: none
|
|
init:
|
|
- linuxkit/init-lcow:d7a18d314cf0e8a436c9d74242ed9878181ad76d
|
|
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
|
trust:
|
|
org:
|
|
- linuxkit
|