From: Tim Serong Date: Thu, 25 Jul 2019 06:29:37 +0000 (+1000) Subject: mgr/orchestrator: allow listing iscsi services X-Git-Tag: v14.2.3~82^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5fc495f5201e9bb96f9d5f9226371b9517c1ec19;p=ceph.git mgr/orchestrator: allow listing iscsi services Signed-off-by: Tim Serong (cherry picked from commit e2bebee712a0716c6d009e8f5559fbe247123161) --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 30740a28389..22604f0ee8c 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -116,7 +116,7 @@ class OrchestratorCli(orchestrator.OrchestratorClientMixin, MgrModule): @_read_cli('orchestrator service ls', "name=host,type=CephString,req=false " - "name=svc_type,type=CephChoices,strings=mon|mgr|osd|mds|nfs|rgw|rbd-mirror,req=false " + "name=svc_type,type=CephChoices,strings=mon|mgr|osd|mds|iscsi|nfs|rgw|rbd-mirror,req=false " "name=svc_id,type=CephString,req=false " "name=format,type=CephChoices,strings=json|plain,req=false", 'List services known to orchestrator')