From 4535654a9d7d9f08f622f581830fed57010aa7cf Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 14 Jan 2022 18:20:10 +0100 Subject: [PATCH] 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 (cherry picked from commit 5c0f0698a5b8db75ae9bcdca311a68a1589ee0a5) --- qa/distros/all/ubuntu_20.04.yaml | 7 +++++++ qa/overrides/nvme_loop.yaml | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/qa/distros/all/ubuntu_20.04.yaml b/qa/distros/all/ubuntu_20.04.yaml index f2039823003f2..bb9f5c00a0989 100644 --- a/qa/distros/all/ubuntu_20.04.yaml +++ b/qa/distros/all/ubuntu_20.04.yaml @@ -1,2 +1,9 @@ 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 diff --git a/qa/overrides/nvme_loop.yaml b/qa/overrides/nvme_loop.yaml index c48e0532f4341..75f6cd454767e 100644 --- a/qa/overrides/nvme_loop.yaml +++ b/qa/overrides/nvme_loop.yaml @@ -1,10 +1,2 @@ -# 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 - tasks: - nvme_loop: -- 2.39.5