]> 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>
Tue, 21 Apr 2026 15:56:37 +0000 (10:56 -0500)
commite57bd6c2df3a65e813a524714ea16e6cd593d2e4
tree94a735aa35ef15e0bd77016a32cb9cf42d8deca2
parentd48576764edb376f49c06b44865a3741ece69fd0
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>
(cherry picked from commit 68221661b00f8a6bef0fbd7b5401aa49eb5118d0)
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