Skip to content

Commit 71c3785

Browse files
authored
Merge pull request #47283 from sjhala-ccs/cnv-16793
CNV-16793: VM Overview page
2 parents f48fc73 + 2575091 commit 71c3785

File tree

1 file changed

+40
-22
lines changed

1 file changed

+40
-22
lines changed

modules/virt-about-the-vm-dashboard.adoc

Lines changed: 40 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,60 @@
22
//
33
// * virt/logging_events_monitoring/virt-viewing-information-about-vm-workloads.adoc
44

5-
:_content-type: CONCEPT
5+
:_content-type: REFERENCE
66
[id="virt-about-the-vm-dashboard_{context}"]
7-
= About the Virtual Machines dashboard
7+
= The Virtual Machines dashboard
88

9-
Access virtual machines from the {product-title} web console by navigating
10-
to the *Workloads* -> *Virtualization* page. The *Workloads* -> *Virtualization* page contains two tabs:
11-
12-
* *Virtual Machines*
13-
* *Virtual Machine Templates*
14-
15-
The following cards describe each virtual machine:
9+
Access virtual machines (VMs) from the {product-title} web console by navigating
10+
to the *Virtualization* -> *VirtualMachines* page. The *Overview* tab for each virtual machine has the following cards that display VM data:
1611

1712
* *Details* provides identifying information about the virtual machine, including:
13+
+
14+
--
1815
** Name
19-
** Namespace
16+
** Status
2017
** Date of creation
21-
** Node name
22-
** IP address
18+
** Operating system
19+
** CPU and memory
20+
** Hostname
21+
** Template
22+
--
23+
+
24+
If the VM is running, there is an active VNC preview window and a link to open the VNC web console. The *Options* menu {kebab} on the *Details* card provides options to stop or pause the VM, and to copy the `ssh over nodeport` command for SSH tunneling.
25+
26+
27+
* *Alerts* lists VM alerts with three severity levels:
28+
** Critical
29+
** Warning
30+
** Info
2331
24-
* *Inventory* lists the virtual machine's resources, including:
25-
** Network interface controllers (NICs)
26-
** Disks
32+
* *Snapshots* provides information about VM snapshots and the ability to take a snapshot. For each snapshot listed, the *Snapshots* card includes:
33+
** A visual indicator of the status of the snapshot, if it is successfully created, is still in progress, or has failed.
34+
** An *Options* menu {kebab} with options to restore or delete the snapshot
2735
28-
* *Status* includes:
29-
** The current status of the virtual machine
30-
** A note indicating whether or not the QEMU guest agent is installed on the virtual machine
36+
* *Network interfaces* provides information about the network interfaces of the VM, including:
37+
** Name (Network and Type)
38+
** IP address, with the ability to copy the IP address to the clipboard
39+
40+
* *Disks* lists VM disks details, including:
41+
** Name
42+
** Drive
43+
** Size
3144
3245
* *Utilization* includes charts that display usage data for:
46+
+
47+
--
3348
** CPU
3449
** Memory
35-
** Filesystem
50+
** Storage
3651
** Network transfer
37-
52+
--
53+
+
3854
[NOTE]
3955
====
40-
Use the drop-down list to choose a duration for the utilization data. The available options are *1 Hour*, *6 Hours*, and *24 Hours*.
56+
Use the drop-down list to choose a duration for the utilization data. The available options are *5 minutes*, *1 hour*, *6 hours*, and *24 hours*.
4157
====
4258
43-
* *Events* lists messages about virtual machine activity over the past hour. To view additional events, click *View all*.
59+
* *Hardware Devices* provides information about GPU and host devices, including:
60+
** Resource name
61+
** Hardware device name

0 commit comments

Comments
 (0)