From d9b8e38e3dfe8e6eec6d56ee934c4632de46fc68 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 6 Mar 2022 14:23:42 +0800 Subject: [PATCH] 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 --- src/pybind/mgr/orchestrator/_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index 91a5893281180..2de2b2af08770 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -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). """ -- 2.39.5