]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: add --port arg to 'orch apply nfs'
authorSage Weil <sage@newdream.net>
Fri, 30 Apr 2021 15:36:47 +0000 (11:36 -0400)
committerSage Weil <sage@newdream.net>
Thu, 3 Jun 2021 12:37:33 +0000 (07:37 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 205bf35c4377607176be16b8144a2bfe8fc70eb6)

src/pybind/mgr/orchestrator/module.py

index 94d03243a048775cab4fa13969b61c543da1991b..1b36ac923d528fafff53870d95d0ddf2905ca57d 100644 (file)
@@ -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