]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: send MDS commands through cephfs client
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 5 Feb 2025 16:22:08 +0000 (11:22 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Fri, 28 Feb 2025 00:55:46 +0000 (19:55 -0500)
commitf7329814c917f290df54807d16a31b3108223b9f
treed484c1bb527451fc3b8093cb471043e613bcad95
parent72d0a76e8c5cbb357e4f4c355e8630ec8aa02088
pybind/mgr: send MDS commands through cephfs client

To avoid linking to the CephFS client statically, use the dynamically-linked
`cephfs` module to send commands to the MDS.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/pybind/mgr/mgr_module.py