From 62fad9ae546932c2c1c63eea61a6c2d80fdef7b1 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Sun, 12 May 2024 11:15:36 +0200 Subject: [PATCH] qa/suites/krbd: drop pre-single-major test 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 (cherry picked from commit 39a579144cd8b97dd338bfcf36c06ad4bcaed526) --- qa/suites/krbd/unmap/kernels/pre-single-major.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 qa/suites/krbd/unmap/kernels/pre-single-major.yaml 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 index a5636b45e1bbf..0000000000000 --- a/qa/suites/krbd/unmap/kernels/pre-single-major.yaml +++ /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" -- 2.39.5