]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/krbd: drop pre-single-major test
authorIlya Dryomov <idryomov@gmail.com>
Sun, 12 May 2024 09:15:36 +0000 (11:15 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 13 May 2024 11:54:30 +0000 (13:54 +0200)
Single-major mapping scheme was introduced in 2014 and became the
default in 2017.  It's getting increasingly difficult to build and,
more importantly, to boot a 10 year old kernel with recent userspace
(systemd, etc).  If someone is still running such a kernel, it's
really unlikely that they would have the most recent rbd CLI tool
installed.

Fixes: https://tracker.ceph.com/issues/51845
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/suites/krbd/unmap/kernels/pre-single-major.yaml [deleted file]

diff --git a/qa/suites/krbd/unmap/kernels/pre-single-major.yaml b/qa/suites/krbd/unmap/kernels/pre-single-major.yaml
deleted file mode 100644 (file)
index a5636b4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-overrides:
-  kernel:
-    client.0:
-      branch: nightly_pre-single-major # v3.12.z
-tasks:
-- exec:
-    client.0:
-    - "modprobe -r rbd"
-    - "modprobe --first-time rbd"
-    - "test ! -f /sys/module/rbd/parameters/single_major"