From: Sage Weil Date: Fri, 30 Apr 2021 15:36:47 +0000 (-0400) Subject: mgr/orchestrator: add --port arg to 'orch apply nfs' X-Git-Tag: v16.2.5~87^2~54 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=131c6f553745ef972a7c8b9ee06dc84ec460c210;p=ceph.git mgr/orchestrator: add --port arg to 'orch apply nfs' Signed-off-by: Sage Weil (cherry picked from commit 205bf35c4377607176be16b8144a2bfe8fc70eb6) --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 94d03243a048..1b36ac923d52 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -1125,6 +1125,7 @@ Usage: namespace: Optional[str] = None, placement: Optional[str] = None, format: Format = Format.plain, + port: Optional[int] = None, dry_run: bool = False, unmanaged: bool = False, no_overwrite: bool = False, @@ -1137,6 +1138,7 @@ Usage: service_id=svc_id, pool=pool, namespace=namespace, + port=port, placement=PlacementSpec.from_string(placement), unmanaged=unmanaged, preview_only=dry_run