]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add location to gateway info command in NVMeoF CLI 68343/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 16:18:07 +0000 (19:18 +0300)
Fixes: https://tracker.ceph.com/issues/75968
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
src/pybind/mgr/dashboard/model/nvmeof.py

index 47125973c50b8eb06099cbedb48bce8b574e9623..d832eb26140cb90bb28fbd498afd44137363c574 100644 (file)
@@ -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] = ""