From: Guillaume Abrioux Date: Mon, 7 Feb 2022 08:35:06 +0000 (+0100) Subject: qa/orch: use hwe kernel in rook/smoke tests (ubuntu 20.04) X-Git-Tag: v18.0.0~1390^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b252c6495cdb906bb3487515c84da04ce0085e0e;p=ceph.git qa/orch: use hwe kernel in rook/smoke tests (ubuntu 20.04) Use the override in ./src/qa/distros/container-hosts/ubuntu_20.04.yaml in order to use hwe kernel for Ubuntu 20.04 This is because the ubuntu 20.04 kernel (5.4) has a bug that prevents from using nvme-loop. see https://lkml.org/lkml/2020/9/21/1456 Fixes: https://tracker.ceph.com/issues/54094 Signed-off-by: Guillaume Abrioux --- diff --git a/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml b/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml deleted file mode 100644 index f2039823003f..000000000000 --- a/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml +++ /dev/null @@ -1,2 +0,0 @@ -os_type: ubuntu -os_version: "20.04" diff --git a/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml b/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml new file mode 120000 index 000000000000..f62164f9166f --- /dev/null +++ b/qa/suites/orch/rook/smoke/0-distro/ubuntu_20.04.yaml @@ -0,0 +1 @@ +.qa/distros/container-hosts/ubuntu_20.04.yaml \ No newline at end of file