From: Afreen Misbah Date: Wed, 25 Mar 2026 08:46:46 +0000 (+0530) Subject: mgr/dashboard: Allow creating nvmeof gateway group via new flow X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=faf1a3baa4f5a1821bae8bd94b3d05cef561e1de;p=ceph.git mgr/dashboard: Allow creating nvmeof gateway group via new flow Fixes https://tracker.ceph.com/issues/75699 Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/controllers/nvmeof.py b/src/pybind/mgr/dashboard/controllers/nvmeof.py index 7c841335f8bc..c288d831ec97 100644 --- a/src/pybind/mgr/dashboard/controllers/nvmeof.py +++ b/src/pybind/mgr/dashboard/controllers/nvmeof.py @@ -1779,10 +1779,8 @@ else: orch = OrchClient.instance() orch_status = orch.status() if not orch_status['available']: - return status - if not orch.services.list_daemons(daemon_type='nvmeof'): status["available"] = False - status["message"] = 'An NVMe/TCP service must be created.' + status["message"] = 'Orchestrator is not available' return status # UI API for adding one or more than one hosts to subsystem