]> 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)
committerKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:23:45 +0000 (14:23 +0800)
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>
src/pybind/mgr/orchestrator/_interface.py

index 91a5893281180917d1793dfa2de4f68a61934431..2de2b2af08770902c2937ee19434725caa5db96e 100644 (file)
@@ -565,6 +565,7 @@ class Orchestrator(object):
         :param replace: marks the OSD as being destroyed. See :ref:`orchestrator-osd-replace`
         :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 that this can only remove OSDs that were successfully
         created (i.e. got an OSD ID).
         """