]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: add empty line after param list in docstring
authorKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:23:42 +0000 (14:23 +0800)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 12 Apr 2022 14:05:09 +0000 (10:05 -0400)
this helps to silence the warning from sphinx, like

src/pybind/mgr/orchestrator/_interface.py:docstring of orchestrator._interface.Orchestrator.remove_osds:9: WARNING: Field list ends without a blank line; unexpected unindent.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit d9b8e38e3dfe8e6eec6d56ee934c4632de46fc68)

src/pybind/mgr/orchestrator/_interface.py

index be18f0f34e2dd961b59ee24eb2bced80149c5ef4..22407056d2e72f19835b53d3d0d1e2153e04f667 100644 (file)
@@ -567,7 +567,6 @@ class Orchestrator(object):
         :param force: Forces the OSD removal process without waiting for the data to be drained first.
         :param zap: Zap/Erase all devices associated with the OSDs (DESTROYS DATA)
 
-
         .. note:: this can only remove OSDs that were successfully
             created (i.e. got an OSD ID).
         """