mirror of
https://github.com/ceph/ceph
synced 2025-01-06 03:01:24 +00:00
5c0f0698a5
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>
10 lines
344 B
YAML
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
|