]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/mgr: account for nvmeof module being "always-on" 63859/head
authorLaura Flores <lflores@ibm.com>
Thu, 19 Mar 2026 14:45:35 +0000 (09:45 -0500)
committerLaura Flores <lflores@ibm.com>
Thu, 19 Mar 2026 14:45:35 +0000 (09:45 -0500)
Post the merge of this: https://github.com/ceph/ceph/pull/67641

Fixes: https://tracker.ceph.com/issues/71631
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/workunits/mgr/test_mgr_module_loading_time.sh

index 9901e73ec29ca58c1a33dc98a84b53441390b008..c202099a8d647bb2402cd88a2deeaf94d88576ab 100755 (executable)
@@ -164,7 +164,7 @@ if [[ "$stat" != *"active, since"* ]]; then
 fi
 
 echo "Check mgr_status to ensure 'pending_modules' is populated with modules we expect..."
-expected='["balancer","cephadm","crash","devicehealth","iostat","nfs","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]'
+expected='["balancer","cephadm","crash","devicehealth","iostat","nfs","nvmeof","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]'
 mgr_status=$("$ceph" tell mgr mgr_status | jq -c '.pending_modules')
 if [[ "$mgr_status" == "$expected" ]]; then
     echo "PASS: Expected modules are pending."