From d8fff6e522d91a56f93c613710e45c232f4450fd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 19 Mar 2021 10:59:46 -0500 Subject: [PATCH] mgr/cephadm: identify iscsi service by the pool Since we deploy one of these per pool, name the service by the pool. Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index cd843ff170030..c96a9995bb550 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -1131,7 +1131,7 @@ Usage: raise OrchestratorValidationError('unrecognized command -i; -h or --help for usage') spec = IscsiServiceSpec( - service_id='iscsi', + service_id=pool, pool=pool, api_user=api_user, api_password=api_password, -- 2.39.5