From 9abc339c2d42dd75857664427f059ad99b28a9d5 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 0862560f06488..08b7f830ae7a4 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -86,3 +86,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 e7d58f9f699096f2e68322e7297f5bf966434ea7 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 08b7f830ae7a4..7c1bfe82e1f2e 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -89,4 +89,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 1f30cdc3bc257a4df81a1c24a54d4e5d01d8ae75 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 7c1bfe82e1f2e..f3aa427be43c6 100644 --- a/dashboard/dashboard-cluster-info.md +++ b/dashboard/dashboard-cluster-info.md @@ -89,4 +89,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.