From: Gil Bregman Date: Sun, 12 Apr 2026 16:18:07 +0000 (+0300) Subject: mgr/dashboard: Add location to gateway info command in NVMeoF CLI X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68343%2Fhead;p=ceph.git mgr/dashboard: Add location to gateway info command in NVMeoF CLI Fixes: https://tracker.ceph.com/issues/75968 Signed-off-by: Gil Bregman --- diff --git a/src/pybind/mgr/dashboard/model/nvmeof.py b/src/pybind/mgr/dashboard/model/nvmeof.py index 47125973c50b..d832eb26140c 100644 --- a/src/pybind/mgr/dashboard/model/nvmeof.py +++ b/src/pybind/mgr/dashboard/model/nvmeof.py @@ -43,6 +43,7 @@ class GatewayInfo(NamedTuple): max_subsystems: Annotated[int, CliFlags.DROP] gateway_initialization_over: Annotated[bool, CliFlags.DROP] io_stats_enabled: Annotated[bool, CliFlags.DROP] + location: Annotated[str, CliFlags.DROP] spdk_version: Optional[str] = ""