From: Ilya Dryomov Date: Sun, 12 May 2024 09:15:36 +0000 (+0200) Subject: qa/suites/krbd: drop pre-single-major test X-Git-Tag: v18.2.5~663^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=62fad9ae546932c2c1c63eea61a6c2d80fdef7b1;p=ceph.git 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) --- 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"