We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c1e3e + 02621f7 commit ac0b5f0Copy full SHA for ac0b5f0
doc/mgr/modules.rst
@@ -11,9 +11,9 @@ ceph-mgr module developer's guide
11
Creating a module
12
-----------------
13
14
-In ``pybind/mgr/``, create a python module. Within your module, create a class
+In ``pybind/mgr/``, create a python module. Within your module, create a class
15
that inherits from ``MgrModule``. For ceph-mgr to detect your module, your
16
-directory must contain a file called ``module.py``.
+directory must contain a file named ``module.py``.
17
18
The most important methods to override are:
19
0 commit comments