You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-about-qemu-guest-agent-web.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
[id="About-the-qemu-guest-agent-web_{context}"]
7
7
= About the QEMU guest agent information in the web console
8
8
9
-
When the QEMU guest agent is installed, the *Details* pane within the *Virtual Machine Overview* tab and the *Details* tab display information about the hostname, operating system, time zone, and logged in users.
9
+
When the QEMU guest agent is installed, the *Overview* and *Details* tabs on the *VirtualMachine details* page displays information about the hostname, operating system, time zone, and logged in users.
10
10
11
-
The *Virtual Machine Overview* shows information about the guest operating system installed on the virtual machine. The *Details* tab displays a table with information for logged in users. The *Disks* tab displays a table with information for file systems.
11
+
The *VirtualMachine details* page shows information about the guest operating system installed on the virtual machine. The *Details* tab displays a table with information for logged in users. The *Disks* tab displays a table with information for file systems.
12
12
13
13
[NOTE]
14
14
====
15
-
If the QEMU guest agent is not installed, the *Virtual Machine Overview* tab and the *Details* tab display information about the operating system that was specified when the virtual machine was created.
15
+
If the QEMU guest agent is not installed, the *Overview* and the *Details* tabs display information about the operating system that was specified when the virtual machine was created.
Preconfigured Red Hat virtual machine templates are listed in the *Virtualization*->*Templates* page. These templates are available for different versions of Red Hat Enterprise Linux, Fedora, Microsoft Windows 10, and Microsoft Windows Servers. Each Red Hat virtual machine template is preconfigured with the operating system image, default settings for the operating system, flavor (CPU and memory), and workload type (server).
@@ -17,14 +17,9 @@ The *Templates* page displays four types of virtual machine templates:
17
17
18
18
You can use the filters in the template *Catalog* to sort the templates by attributes such as boot source availability, operating system, and workload.
19
19
20
-
[NOTE]
21
-
====
22
-
You cannot edit or delete *Red Hat Supported* or *Red Hat Provided* templates. You can only edit or delete custom virtual machine templates that were created by users.
23
-
====
24
-
25
-
Using a Red Hat template is convenient because the template is already preconfigured. When you select a Red Hat template to create your own custom template, the *Create Virtual Machine Template* wizard prompts you to add a boot source if a boot source was not added previously. Then, you can either save your custom template or continue to customize it and save it.
20
+
You cannot edit or delete a *Red Hat Supported* or *Red Hat Provided* template. You can clone the template, save it as a custom virtual machine template, and then edit it.
26
21
27
-
You can also select the *Create Virtual Machine Template* wizard directly and create a custom virtual machine template. The wizard prompts you to provide configuration details for the operating system, flavor, workload type, and other settings. You can add a boot source and continue to customize your template and save it.
22
+
You can also create a custom virtual machine template by editing a YAML file example.
Copy file name to clipboardExpand all lines: modules/virt-adding-a-boot-source-web.adoc
+9-20Lines changed: 9 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[id="virt-adding-a-boot-source-web_{context}"]
7
7
= Adding a boot source for a virtual machine template
8
8
9
-
A boot source can be configured for any virtual machine template that you want to use for creating virtual machines or custom templates. When virtual machine templates are configured with a boot source, they are labeled *Available* on the *Templates* page. After you add a boot source to a template, you can create a new virtual machine from the template.
9
+
A boot source can be configured for any virtual machine template that you want to use for creating virtual machines or custom templates. When virtual machine templates are configured with a boot source, they are labeled *Source available* on the *Templates* page. After you add a boot source to a template, you can create a new virtual machine from the template.
10
10
11
11
There are four methods for selecting and adding a boot source in the web console:
12
12
@@ -29,31 +29,20 @@ There are four methods for selecting and adding a boot source in the web console
29
29
.Procedure
30
30
31
31
. In the {product-title} console, click *Virtualization*->*Templates* from the side menu.
32
-
33
-
. Click *Add source* for the template that you want to configure.
34
-
35
-
. In the *Add boot source to template* window, click *Select boot source*, select a method for creating a persistent volume claim (PVC): *Upload local file*, *URL*, *Clone*, or *Registry*.
36
-
37
-
. Optional: Click *This is a CD-ROM boot source* to mount a CD-ROM and use it to install the operating system on to an empty disk. The additional empty disk is automatically created and mounted by {VirtProductName}. If the additional disk is not needed, you can remove it when you create the virtual machine.
38
-
32
+
. Click the options menu beside a template and select *Edit boot source*.
33
+
. Click *Add disk*.
34
+
. In the *Add disk* window, select *Use this disk as a boot source*.
35
+
. Enter the disk name and select a *Source*, for example, *Blank (creates PVC)* or *Use an existing PVC*.
39
36
. Enter a value for *Persistent Volume Claim size* to specify the PVC size that is adequate for the uncompressed image and any additional space that is required.
40
-
41
-
.. Optional: Enter a name for *Boot source* to associate the name with this template.
42
-
43
-
.. Optional: *Advanced Storage settings*: Click *Storage class* and select the storage class that is used to create the disk. Typically, this storage class is the default storage class that is created for use by all PVCs.
37
+
. Select a *Type*, for example, *Disk*, which is required for hot-plugging, or *CD-ROM*.
38
+
. Optional: Click *Storage class* and select the storage class that is used to create the disk. Typically, this storage class is the default storage class that is created for use by all PVCs.
44
39
+
45
40
[NOTE]
46
41
====
47
42
Provided boot sources are updated automatically to the latest version of the operating system. For auto-updated boot sources, persistent volume claims (PVCs) are created with the cluster's default storage class. If you select a different default storage class after configuration, you must delete the existing data volumes in the cluster namespace that are configured with the previous default storage class.
48
43
====
49
44
50
-
.. Optional: *Advanced Storage settings*: Click *Access mode* and select an access mode for the persistent volume:
51
-
52
-
* *Single User (RWO)* mounts the volume as read-write by a single node.
53
-
* *Shared Access (RWX)* mounts the volume as read-write by many nodes.
54
-
* *Read Only (ROX)* mounts the volume as read-only by many nodes.
55
-
56
-
.. Optional: *Advanced Storage settings*: Click *Volume mode* if you want to select *Block* instead of the default value *Filesystem*. {VirtProductName} can statically provision raw block volumes. These volumes do not have a file system, and can provide performance benefits for applications that either write to the disk directly or implement their own storage service.
45
+
. Optional: Clear *Apply optimized StorageProfile settings* to edit the access mode or volume mode.
57
46
58
47
. Select the appropriate method to save your boot source:
59
48
@@ -63,4 +52,4 @@ Provided boot sources are updated automatically to the latest version of the ope
63
52
64
53
.. Click *Save and clone* if you cloned an existing PVC.
65
54
66
-
Your custom virtual machine template with a boot source is listed in the *Templates* page, and you can create virtual machines by using this template.
55
+
Your custom virtual machine template with a boot source is listed on the *Catalog* page. You can use this template to quick create a virtual machine.
= Assigning vGPU passthrough devices to a virtual machine
7
7
8
-
Use the {product-title} web console to assign vGPU devices to your virtual machines.
8
+
Use the {product-title} web console to assign vGPU passthrough devices to your virtual machine.
9
9
10
10
.Prerequisites
11
11
12
-
* Ensure your cluster and virtual machines are deployed in a bare metal environment. At this time, no other environments are supported.
12
+
* The virtual machine must be stopped.
13
13
14
14
.Procedure
15
15
16
-
. Assign a virtual GPU device to your virtual machine:
17
-
.. In the {product-title} web console, click *Virtualization -> Virtual Machines* from the side menu.
18
-
.. Select the virtual machine to which you want to assign the device.
19
-
.. Click the *Details* tab:
20
-
* The *Hardware Devices* field includes links to add or remove *GPU devices* and *Host devices*.
21
-
* Assigning a vGPU using *GPU devices* enables VNC console access for the attached virtual GPU. Assigning a vGPU using *Host Devices* does not enable VNC console access.
22
-
* Use the minus icon to remove an existing hardware device.
23
-
* You can only add or remove devices from your virtual machine when it is stopped.
24
-
.. Click the pencil icon and use the pop-up windows to add or remove devices, selecting the appropriate hardware resource names.
25
-
.. Click *Save*.
16
+
. In the {product-title} web console, click *Virtualization -> VirtualMachines* from the side menu.
17
+
. Select the virtual machine to which you want to assign the device.
18
+
. On the *Details* tab, click *GPU devices*.
19
+
+
20
+
If you add a vGPU device as a host device, you cannot access the device with VNC console.
21
+
22
+
. Click *Add GPU device*, enter the *Name* and select the device from the *Device name* list.
23
+
. Click *Save*.
26
24
. Click the *YAML* tab to verify that the new devices have been added to your cluster configuration in the `hostDevices` section.
27
25
28
26
[NOTE]
29
27
====
30
-
You can add hardware devices to virtual machines using the {product-title} web console when you create a virtual machine or create a virtual machine using a template that you customize. You cannot add devices to pre-supplied boot source templates for specific operating systems, such as Windows 10 or RHEL 7.
31
-
32
-
To add or remove hardware devices to a custom template that you create, click the *Advanced* tab in the Create Virtual Machine wizard and click *Hardware devices*. Use the minus icon to remove an existing hardware device. You can only add or remove devices from your virtual machine when it is stopped.
28
+
You can add hardware devices to virtual machines created from customized templates or a YAML file. You cannot add devices to pre-supplied boot source templates for specific operating systems, such as Windows 10 or RHEL 7.
33
29
34
-
To display resources that are connected to your cluster, click *Compute -> Hardware Devices* from the side menu.
30
+
To display resources that are connected to your cluster, click *Compute* -> *Hardware Devices* from the side menu.
Copy file name to clipboardExpand all lines: modules/virt-cancelling-vm-migration-web.adoc
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,11 @@
6
6
[id="virt-cancelling-vm-migration-web_{context}"]
7
7
= Cancelling live migration of a virtual machine instance in the web console
8
8
9
-
You can cancel a live migration of the virtual machine instance using the Options menu {kebab} found on each virtual machine on the *VirtualMachines* page or from the *Actions* menu on the *VirtualMachine details* page.
9
+
You can cancel the live migration of a virtual machine instance in the web console.
10
10
11
11
.Procedure
12
12
13
13
. In the {product-title} console, click *Virtualization*->*VirtualMachines* from the side menu.
14
14
15
-
. You can cancel the migration from this screen, which makes it easier to perform actions on multiple virtual machines, or from the
16
-
*VirtualMachine details* page where you can view comprehensive details of the selected virtual machine:
15
+
. Click the Options menu {kebab} beside a virtual machine and select *Cancel Migration*.
17
16
18
-
* Click the Options menu {kebab} at the end of virtual machine and select *Cancel Virtual Machine Migration*.
19
-
* Select a virtual machine name to open the *VirtualMachine details* page and click *Actions*->*Cancel Virtual Machine Migration*.
20
-
21
-
. Click *Cancel Migration* to cancel the virtual machine live migration.
= Creating a virtual machine from a template with an attached boot source
8
8
9
-
After you add a boot source to a template, you can create a new virtual machine from the template.
9
+
After you add a boot source to a template, you can create a virtual machine from the template.
10
10
11
11
.Procedure
12
12
13
-
. In the {product-title} web console, click *Virtualization*->*VirtualMachines* in the side menu.
14
-
. Click *Create* and select *Virtual Machine with Wizard*.
15
-
. In the *Select a template* step, select an OS from the Operating System list that has the *(Source available)* label next to the OS and version name. The *(Source available)* label indicates that a boot source is available for this OS.
16
-
. Click *Review and Confirm*.
17
-
. Review your virtual machine settings and edit them, if required.
18
-
. Click *Create Virtual Machine* to create your virtual machine. The *Successfully created virtual machine* page is displayed.
13
+
. In the {product-title} web console, click *Virtualization*->*Catalog* in the side menu.
14
+
. Select the updated template and click *Quick create VirtualMachine*.
15
+
+
16
+
The *VirtualMachine details* is displayed with the status *Starting*.
Copy file name to clipboardExpand all lines: modules/virt-deleting-template-web.adoc
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,13 @@ Deleting a virtual machine template permanently removes it from the cluster.
10
10
11
11
[NOTE]
12
12
====
13
-
You can delete virtual machine templates that were created by using a Red Hat template or the *Create Virtual Machine Template* wizard. Preconfigured virtual machine templates that are provided by Red Hat cannot be deleted.
13
+
You can delete customized virtual machine templates. You cannot delete Red Hat-supplied templates.
14
14
====
15
15
16
16
.Procedure
17
17
18
18
. In the {product-title} console, click *Virtualization*->*Templates* from the side menu.
19
19
20
-
. Select the appropriate method to delete a virtual machine template:
20
+
. Click the Options menu {kebab} of a template and select *Delete template*.
21
21
22
-
* Click the Options menu {kebab} of the template to delete and select *Delete Template*.
23
-
24
-
* Click the template name to open the *Details* page and then click *Actions*->*Delete Template*.
25
-
26
-
. In the confirmation pop-up window, click *Delete* to permanently delete the template.
Copy file name to clipboardExpand all lines: modules/virt-editing-vmis-web.adoc
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,14 @@
6
6
[id="virt-editing-vmis-web_{context}"]
7
7
= Editing a standalone virtual machine instance using the web console
8
8
9
-
You can edit annotations and labels for a standalone virtual machine instance (VMI) using the web console. Other items displayed in the *Details* page for a standalone VMI are not editable.
9
+
You can edit the annotations and labels of a standalone virtual machine instance (VMI) using the web console. Other fields are not editable.
10
10
11
11
.Procedure
12
12
13
-
. Click*Virtualization*->*VirtualMachines* from the side menu.
13
+
. In the {product-title} console, click*Virtualization*->*VirtualMachines* from the side menu.
14
14
15
-
. Click the name of a standalone VMI to open the *Virtual Machine Instance Overview* screen.
15
+
. Select a standalone VMI to open the *VirtualMachineInstance details* page.
16
16
17
-
. Click the *Details* tab.
17
+
. On the *Details* tab, click the pencil icon beside *Annotations* or *Labels*.
18
18
19
-
. Click the pencil icon that is located on the right side of *Annotations*.
20
-
21
-
. Make the relevant changes and click *Save*.
22
-
23
-
[NOTE]
24
-
====
25
-
To edit labels for a standalone VMI, click *Actions* and select *Edit Labels.* Make the relevant changes and click *Save*.
0 commit comments