From: Kefu Chai Date: Sun, 6 Mar 2022 06:23:42 +0000 (+0800) Subject: mgr/cephadm: add empty line after param list in docstring X-Git-Tag: v16.2.8~24^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=20fdee0ac36f647485f3b82a63a0606cc5bf92e5;p=ceph.git mgr/cephadm: add empty line after param list in docstring 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 (cherry picked from commit d9b8e38e3dfe8e6eec6d56ee934c4632de46fc68) --- diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index be18f0f34e2dd..22407056d2e72 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -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). """