From 84caf96db87f8990c1be0d4b5889668b0ccff83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 1 Oct 2025 09:32:01 +0200 Subject: [PATCH 1/3] dashboard: add note about disk warnings --- dashboard/dashboard-cluster-info.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/dashboard-cluster-info.md b/dashboard/dashboard-cluster-info.md index 968f47b7acd27..b629b94c2aa81 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -85,3 +85,7 @@ The list includes the following information: - Disk Capacity: The total space of the disk on the host on which the instance is running. - Disk Usage: The space usage of the disk on the host on which the instance is running. - Instance: The instance running on this host. + +> **Note:** +> +> The Disk list won't be able to show disk related information for some hosts depending on the component type, partition configuration and deployment method. In these cases a yellow warning sign with an exclamation mark (⚠️) will be shown and a mouse over tooltip of "Failed to get host information" is also shown. This is normal behaviour. From 24ad6fca1d95cffd0efceed8c542912c15f23a7a Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 13 Oct 2025 14:50:19 +0800 Subject: [PATCH 2/3] Update dashboard/dashboard-cluster-info.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- dashboard/dashboard-cluster-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard-cluster-info.md b/dashboard/dashboard-cluster-info.md index b629b94c2aa81..42760d5d49a24 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -88,4 +88,4 @@ The list includes the following information: > **Note:** > -> The Disk list won't be able to show disk related information for some hosts depending on the component type, partition configuration and deployment method. In these cases a yellow warning sign with an exclamation mark (⚠️) will be shown and a mouse over tooltip of "Failed to get host information" is also shown. This is normal behaviour. +> The Disk list might not show disk information for some hosts, depending on the component type, partition configuration, and deployment method. In these cases, a yellow warning icon (⚠️) is displayed. If you hover over the icon, a tooltip with the message "Failed to get host information" appears. This is expected behavior. From 82231ed8e52d939798cc24be487f9cb3a6fad114 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 15 Oct 2025 15:33:48 +0800 Subject: [PATCH 3/3] Update dashboard/dashboard-cluster-info.md Co-authored-by: Aolin --- dashboard/dashboard-cluster-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard-cluster-info.md b/dashboard/dashboard-cluster-info.md index 42760d5d49a24..87bf1d087447a 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -88,4 +88,4 @@ The list includes the following information: > **Note:** > -> The Disk list might not show disk information for some hosts, depending on the component type, partition configuration, and deployment method. In these cases, a yellow warning icon (⚠️) is displayed. If you hover over the icon, a tooltip with the message "Failed to get host information" appears. This is expected behavior. +> The **Disks** list might not display disk information for some hosts, depending on the component type, partition configuration, and deployment method. In these cases, a yellow warning icon (⚠️) appears. If you hover over the icon, a tooltip with the message "Failed to get host information" appears. This is expected behavior.