From: Tomer Haskalovitch Date: Sun, 4 Jan 2026 08:33:53 +0000 (+0200) Subject: mgr/dashboard: fix typo in error when gw does not exist X-Git-Tag: v21.0.0~532^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66782%2Fhead;p=ceph.git mgr/dashboard: fix typo in error when gw does not exist Signed-off-by: Tomer Haskalovitch --- diff --git a/src/pybind/mgr/dashboard/services/nvmeof_client.py b/src/pybind/mgr/dashboard/services/nvmeof_client.py index 8916cfbf10e4..8ac76f2a8e34 100644 --- a/src/pybind/mgr/dashboard/services/nvmeof_client.py +++ b/src/pybind/mgr/dashboard/services/nvmeof_client.py @@ -41,7 +41,7 @@ else: else: res = NvmeofGatewaysConfig.get_service_info(gw_group) if res is None: - raise DashboardException("Gateway group does not exists") + raise DashboardException("Gateway group does not exist") service_name, self.gateway_addr = res except TypeError as e: raise DashboardException(