Skip to content

Commit 790f168

Browse files
authored
Merge pull request #78364 from sbeskin-redhat/CNV_3794_Mounting_Windows_drivers_disk_on_an_existing_VM
CNV-37943: Mounting the Windows driver disk on an existing VM
2 parents d27ea98 + b696380 commit 790f168

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

modules/virt-creating-vm-from-template.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Optional: You can customize template or VM parameters, such as data sources, clo
1818
The catalog displays the default templates. Click *All Items* to view all available templates for your filters.
1919

2020
. Click a template tile to view its details.
21-
. Click *Quick create VirtualMachine* to create a VM from the template.
21+
. Optional: If you are using a Windows template, you can mount a Windows driver disk by selecting the *Mount Windows drivers disk* checkbox.
22+
. If you do not need to customize the template or VM parameters, click *Quick create VirtualMachine* to create a VM from the template.
2223
+
23-
Optional: Customize the template or VM parameters:
24+
If you need to customize the template or VM parameters, do the following:
2425

2526
.. Click *Customize VirtualMachine*.
2627
.. Expand *Storage* or *Optional parameters* to edit data source settings.
@@ -32,3 +33,4 @@ The *Customize and create VirtualMachine* pane displays the *Overview*, *YAML*,
3233
.. Click *Create VirtualMachine*.
3334
+
3435
The *VirtualMachine details* page displays the provisioning status.
36+

modules/virt-creating-vm-instancetype.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ endif::[]
7878
ifdef::dynamic-key[]
7979
. Set *Dynamic SSH key injection* in the *VirtualMachine details* section to on.
8080
endif::[]
81+
. Optional: If you are creating a Windows VM, you can mount a Windows driver disk:
82+
.. Click the *Customize VirtualMachine* button.
83+
.. On the *VirtualMachine details* page, click *Storage*.
84+
.. Select the *Mount Windows drivers disk* checkbox.
8185
. Optional: Click *View YAML & CLI* to view the YAML file. Click *CLI* to view the CLI commands. You can also download or copy either the YAML file contents or the CLI commands.
8286
. Click *Create VirtualMachine*.
8387
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/virt-edit-vms.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-mounting-windows-driver-disk-on-vm_{context}"]
7+
8+
= Mounting a Windows driver disk on a virtual machine
9+
10+
You can mount a Windows driver disk on a virtual machine (VM) by using the {product-title} web console.
11+
12+
.Procedure
13+
14+
. Navigate to *Virtualization* -> *VirtualMachines*.
15+
. Select the required VM to open the *VirtualMachine details* page.
16+
. On the *Configuration* tab, click *Storage*.
17+
. Select the *Mount Windows drivers disk* checkbox.
18+
+
19+
The Windows driver disk is displayed in the list of mounted disks.

virt/virtual_machines/virt-edit-vms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include::modules/virt-editing-vm-cli.adoc[leveloffset=+1]
1919
include::modules/virt-add-disk-to-vm.adoc[leveloffset=+1]
2020

2121
include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+2]
22-
22+
include::modules/virt-mounting-windows-driver-disk-on-vm.adoc[leveloffset=+1]
2323
include::modules/virt-adding-secret-configmap-service-account-to-vm.adoc[leveloffset=+1]
2424

2525
[discrete]

0 commit comments

Comments
 (0)