From 372ad0f1cdb46bd2b17679c49c1eea56705fda0f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 18 Mar 2026 13:41:59 -0400 Subject: [PATCH] qa: preload isa ec module So that the mons won't load an upgraded plugin. Signed-off-by: Patrick Donnelly --- .../tentacle-p2p-parallel/point-to-point-upgrade.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-parallel/point-to-point-upgrade.yaml b/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-parallel/point-to-point-upgrade.yaml index b78873041dc6..6dd00ece7467 100644 --- a/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-parallel/point-to-point-upgrade.yaml +++ b/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-parallel/point-to-point-upgrade.yaml @@ -41,6 +41,7 @@ overrides: global: mon_warn_on_pool_no_app: false mon_mds_skip_sanity: true + osd_erasure_code_plugins: "isa jerasure" mon: mon debug unsafe allow tier with nonempty snaps: true osd: -- 2.47.3