ceph/qa/distros/container-hosts/ubuntu_20.04.yaml
Guillaume Abrioux 5c0f0698a5 qa/cephadm: install hwe kernel only for focal
Let's install hwe kernel only on Ubuntu focal, otherwise we only shift the
problem on Ubuntu bionic given that the hwe kernel for bionic is 5.4.

Fixes: https://tracker.ceph.com/issues/53863

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2022-01-18 10:36:24 +01:00

10 lines
344 B
YAML

os_type: ubuntu
os_version: "20.04"
# the normal ubuntu 20.04 kernel (5.4.0-88-generic currently) have a bug that prevents the nvme_loop
# from behaving. I think it is this:
# https://lkml.org/lkml/2020/9/21/1456
# (at least, that is the symptom: nvme nvme1: Connect command failed, error wo/DNR bit: 880)
overrides:
kernel:
hwe: true