]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephadm: install hwe kernel only for focal 44644/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 14 Jan 2022 17:20:10 +0000 (18:20 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 19 Jan 2022 07:37:54 +0000 (08:37 +0100)
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>
(cherry picked from commit 5c0f0698a5b8db75ae9bcdca311a68a1589ee0a5)

qa/distros/all/ubuntu_20.04.yaml
qa/overrides/nvme_loop.yaml

index f2039823003f27bfe6a895a72d93445f22cc4c87..bb9f5c00a098908a8489a4e5b4efa75e9e9d5cd7 100644 (file)
@@ -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
index c48e0532f4341c733b735736291777600bc50a79..75f6cd454767ee4a54b471f407900a40efd8d829 100644 (file)
@@ -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: