From: Sage Weil Date: Sat, 22 May 2021 17:26:42 +0000 (-0400) Subject: mgr/orchestrator: add end_positional to a few methods X-Git-Tag: v17.1.0~1726^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b64e6dda58ee4b80a3fc60617d540458e8a8343e;p=ceph.git mgr/orchestrator: add end_positional to a few methods Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 866d34494d85..faa4671707e2 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -611,6 +611,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule, @_cli_read_command('orch ps') def _list_daemons(self, hostname: Optional[str] = None, + _end_positional_: int = 0, service_name: Optional[str] = None, daemon_type: Optional[str] = None, daemon_id: Optional[str] = None, @@ -1342,6 +1343,7 @@ Usage: @_cli_write_command('orch upgrade start') def _upgrade_start(self, image: Optional[str] = None, + _end_positional_: int = 0, ceph_version: Optional[str] = None) -> HandleCommandResult: """Initiate upgrade""" self._upgrade_check_image_name(image, ceph_version)