From: Kefu Chai Date: Sun, 6 Mar 2022 07:28:16 +0000 (+0800) Subject: mgr/cephadm: use block quote for "typical use" X-Git-Tag: v17.2.0~5^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5e28a49d9c058d23b9355bdd2ac3c97362452e99;p=ceph.git mgr/cephadm: use block quote for "typical use" otherwise sphinx takes "Typical use" and the following line as a field. see also https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#field-lists Signed-off-by: Kefu Chai (cherry picked from commit 05798f0cae9afda598f5a154c62fdd24bab9ca30) --- diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index 99e87a8b5ebf6..21f354c4d83b1 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -1253,13 +1253,14 @@ class InventoryFilter(object): When fetching inventory, use this filter to avoid unnecessarily scanning the whole estate. - Typical use: filter by host when presenting UI workflow for configuring - a particular server. - filter by label when not all of estate is Ceph servers, - and we want to only learn about the Ceph servers. - filter by label when we are interested particularly - in e.g. OSD servers. - + Typical use: + + filter by host when presentig UI workflow for configuring + a particular server. + filter by label when not all of estate is Ceph servers, + and we want to only learn about the Ceph servers. + filter by label when we are interested particularly + in e.g. OSD servers. """ def __init__(self, labels: Optional[List[str]] = None, hosts: Optional[List[str]] = None) -> None: