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=3062446f02ae200b160dbcfc9a646757430ab7a6;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 (cherry picked from commit 2618b8b1154d85e3d6c9d69fcc9028727297e2d7) --- diff --git a/src/pybind/mgr/dashboard/model/nvmeof.py b/src/pybind/mgr/dashboard/model/nvmeof.py index d5dde3cea4c0..c5363af96160 100644 --- a/src/pybind/mgr/dashboard/model/nvmeof.py +++ b/src/pybind/mgr/dashboard/model/nvmeof.py @@ -41,6 +41,9 @@ class GatewayInfo(NamedTuple): max_namespaces: Annotated[int, CliFlags.DROP] max_namespaces_per_subsystem: Annotated[int, CliFlags.DROP] 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] = ""