]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add location to gateway info command in NVMeoF CLI 68345/head
authorGil Bregman <gbregman@il.ibm.com>
Sun, 12 Apr 2026 16:18:07 +0000 (19:18 +0300)
committerGil Bregman <gbregman@il.ibm.com>
Sun, 12 Apr 2026 19:52:32 +0000 (22:52 +0300)
Fixes: https://tracker.ceph.com/issues/75968
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 2618b8b1154d85e3d6c9d69fcc9028727297e2d7)

src/pybind/mgr/dashboard/model/nvmeof.py

index d5dde3cea4c04215680ec3bc09df06954309a4f8..c5363af96160ff3bb3d9c7ea8f2fbdc20b9a63f0 100644 (file)
@@ -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] = ""