From 146159d65c60290aab3f3ee457a9a1819cb19374 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Mon, 28 Jul 2025 09:01:34 +0200 Subject: [PATCH] qa/suites/krbd: request msgr1 explicitly in unmap subsuite Since commit 5011cc926cd4 ("qa/suites/krbd: run unmap subsuite with msgr1 only"), unmap.t is run only against msgr1. pre-single-major.yaml kernel has actually been gone for some time now, but there is still value in maintaining a msgr1-only test. With the default switched to msgr2 in commit a577f6fa405c ("krbd: "rbd device map" command should use msgr2 by default"), msgr1 needs to be requested explicitly. Signed-off-by: Ilya Dryomov (cherry picked from commit 9edb21215f4d5eee04c0af0e2c715cba026be78f) --- qa/suites/krbd/unmap/ceph/ceph.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/krbd/unmap/ceph/ceph.yaml b/qa/suites/krbd/unmap/ceph/ceph.yaml index c336640286d0..54c4af27e5f2 100644 --- a/qa/suites/krbd/unmap/ceph/ceph.yaml +++ b/qa/suites/krbd/unmap/ceph/ceph.yaml @@ -8,6 +8,8 @@ overrides: cephx require version: 1 cephx service require version: 1 ms bind msgr2: false + client: + rbd default map options: ms_mode=legacy tasks: - install: - ceph: -- 2.47.3