]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr, qa: add `pending_modules` to asock command
authorLaura Flores <lflores@ibm.com>
Thu, 11 Sep 2025 22:13:51 +0000 (22:13 +0000)
committerLaura Flores <lflores@ibm.com>
Wed, 11 Mar 2026 18:23:07 +0000 (13:23 -0500)
commit68221661b00f8a6bef0fbd7b5401aa49eb5118d0
treee7f78ee55c8d0f8b31201238aeb4d3412e9a6358
parentbf25a08cc58c8e872806e92dd36d9ff91e5523d9
mgr, qa: add `pending_modules` to asock command

Now, the command `ceph tell mgr mgr_status` will show a
"pending_modules" field. This is another way for Ceph operators
to check which modules haven't been initalized yet (in addition
to the health error).

This command was also added to testing scenarios in the workunit.

Fixes: https://tracker.ceph.com/issues/71631
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/suites/rados/mgr/tasks/4-units/mgr_module_loading_time.yaml
qa/workunits/mgr/test_mgr_module_loading_time.sh
src/mgr/ActivePyModules.h
src/mgr/Mgr.cc
src/mgr/PyModuleRegistry.h