From e0209e5f235bb31e714ffb228f09ff30c2376666 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Mon, 18 Mar 2024 16:44:39 +0000 Subject: [PATCH] test/rgw/noitifications: run basic/http/migration tests with 2 RGWs this is useful to: * cover the cls_lock code with persistent notifications * cover v1 to v2 migration collisions between RGWs Signed-off-by: Yuval Lifshitz (cherry picked from commit c0e540e6f11aa32b347ea6e7e9f03cad5d1913e8) --- qa/suites/rgw/notifications/tasks/others/0-install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rgw/notifications/tasks/others/0-install.yaml b/qa/suites/rgw/notifications/tasks/others/0-install.yaml index 9e7852d4d25..4d5d9b890e3 100644 --- a/qa/suites/rgw/notifications/tasks/others/0-install.yaml +++ b/qa/suites/rgw/notifications/tasks/others/0-install.yaml @@ -4,6 +4,7 @@ tasks: - openssl_keys: - rgw: client.0: + client.1: overrides: ceph: -- 2.39.5