]> git.apps.os.sepia.ceph.com Git - ceph.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>
Mon, 17 Mar 2025 19:43:22 +0000 (15:43 -0400)
commitc351058e0eff79c3e4e19de53eb456172ec8abd4
tree25bb4c93c33106b25735295c2628cf723b46df55
parent56f42144ee6d895c2021642ca46b00ae12e1bee8
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>
(cherry picked from commit f7329814c917f290df54807d16a31b3108223b9f)
src/pybind/mgr/mgr_module.py