Skip to content

Commit 18d917a

Browse files
authored
Merge pull request #36759 from bgaydosrh/CNV-11797_2
2 parents 43ed63a + b7d077a commit 18d917a

File tree

6 files changed

+37
-6
lines changed

6 files changed

+37
-6
lines changed

modules/virt-storage-wizard-fields-web.adoc

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[id="virt-storage-wizard-fields-web_{context}"]
88
= Storage fields
99

10+
[cols="5a,3a,5a"]
1011
|===
1112
|Name |Selection |Description
1213

@@ -49,11 +50,19 @@
4950
|
5051
|The storage class that is used to create the disk.
5152

52-
|Advanced -> Volume Mode
53+
a|Advanced -> Volume Mode
54+
[NOTE]
55+
====
56+
Default values are used from the storage profile.
57+
====
5358
|
5459
|Defines whether the persistent volume uses a formatted file system or raw block state. Default is *Filesystem*.
5560
ifeval::["{context}" != "virt-importing-rhv-vm"]
56-
|Advanced -> Access Mode
61+
a|Advanced -> Access Mode
62+
[NOTE]
63+
====
64+
Default values are used from the storage profile.
65+
====
5766
|
5867
|Access mode of the persistent volume. Supported access modes are *Single User (RWO)*, *Shared Access (RWX)*, and *Read Only (ROX)*.
5968
endif::[]
@@ -67,11 +76,15 @@ ifeval::["{context}" != "virt-importing-rhv-vm"]
6776
The following advanced storage settings are available for *Blank*, *Import via URL*, and *Clone existing PVC* disks. These parameters are optional. If you do not specify these parameters, the system uses the default values from the `kubevirt-storage-class-defaults` config map.
6877
endif::[]
6978

70-
[cols="2a,3a,5a"]
79+
[cols="5a,3a,5a"]
7180
|===
7281
|Name | Parameter | Description
7382

7483
.2+|Volume Mode
84+
[NOTE]
85+
====
86+
Default values are used from the storage profile.
87+
====
7588
|Filesystem
7689
|Stores the virtual disk on a file system-based volume.
7790

@@ -83,6 +96,10 @@ ifeval::["{context}" == "virt-importing-rhv-vm"]
8396
endif::[]
8497
ifeval::["{context}" != "virt-importing-rhv-vm"]
8598
.3+|Access Mode
99+
[NOTE]
100+
====
101+
Default values are used from the storage profile.
102+
====
86103
endif::[]
87104
|Single User (RWO)
88105
|The disk can be mounted as read/write by a single node.

virt/virtual_machines/importing_vms/virt-importing-rhv-vm.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ include::modules/virt-importing-vm-cli.adoc[leveloffset=+1]
3232
include::modules/virt-creating-configmap.adoc[leveloffset=+2]
3333
include::modules/virt-troubleshooting-vm-import.adoc[leveloffset=+1]
3434
:!virt-importing-rhv-vm:
35+
36+
[id="additional-resources_virt-importing-rhv-vm_{context}"]
37+
== Additional resources
38+
* xref:../../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile]

virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+2]
7575
include::modules/virt-updating-imported-vm-network-name.adoc[leveloffset=+2]
7676
include::modules/virt-troubleshooting-vm-import.adoc[leveloffset=+1]
7777
:!virt-importing-vmware-vm:
78+
79+
[id="additional-resources_virt-importing-vmware-vm_{context}"]
80+
== Additional resources
81+
* xref:../../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile]

virt/virtual_machines/virt-create-vms.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ include::modules/virt-document-attributes.adoc[]
55

66
toc::[]
77

8-
98
Use one of these procedures to create a virtual machine:
109

1110
* Quick Start guided tour
@@ -49,6 +48,7 @@ include::modules/virt-creating-vm.adoc[leveloffset=+1]
4948
include::modules/virt-vm-storage-volume-types.adoc[leveloffset=+1]
5049
include::modules/virt-about-runstrategies-vms.adoc[leveloffset=+1]
5150

51+
[id="additional-resources_virt-create-vms_{context}"]
5252
== Additional resources
5353

5454
* The `VirtualMachineSpec` definition in the link:https://kubevirt.io/api-reference/{KubeVirtVersion}/definitions.html#_v1_virtualmachinespec[KubeVirt {KubeVirtVersion} API Reference] provides broader context for the parameters and hierarchy of the virtual machine specification.
@@ -59,7 +59,8 @@ include::modules/virt-about-runstrategies-vms.adoc[leveloffset=+1]
5959
The KubeVirt API Reference is the upstream project reference and might contain parameters that are not supported in {VirtProductName}.
6060
====
6161

62-
* xref:../../virt/virtual_machines/virtual_disks/virt-using-container-disks-with-vms.adoc#virt-using-container-disks-with-vms[Prepare a container disk] before adding it to a virtual machine as a `containerDisk` volume.
62+
* See xref:../../virt/virtual_machines/virtual_disks/virt-using-container-disks-with-vms.adoc#virt-using-container-disks-with-vms[Prepare a container disk] before adding it to a virtual machine as a `containerDisk` volume.
6363
* See xref:../../machine_management/deploying-machine-health-checks.adoc#machine-health-checks-about_deploying-machine-health-checks[Deploying machine health checks] for further details on deploying and enabling machine health checks.
6464
* See xref:../../installing/installing_bare_metal_ipi/ipi-install-overview.adoc#ipi-install-overview[Installer-provisioned infrastructure overview] for further details on installer-provisioned infrastructure.
6565
* See xref:../../virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc#virt-configuring-sriov-device-for-vms[Configuring the SR-IOV Network Operator] for further details on the SR-IOV Network Operator.
66+
* xref:../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile]

virt/virtual_machines/virt-edit-vms.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+2]
1919
include::modules/virt-add-nic-to-vm.adoc[leveloffset=+1]
2020
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+2]
2121
include::modules/virt-edit-cdrom-vm.adoc[leveloffset=+1]
22+
23+
[id="additional-resources_virt-edit-vms_{context}"]
24+
== Additional resources
25+
* xref:../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile]

virt/vm_templates/virt-creating-vm-template.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ include::modules/virt-cloud-init-fields-web.adoc[leveloffset=+2]
2828

2929
[id="additional-resources_creating-vm-template"]
3030
== Additional resources
31-
* xref:../../virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc#virt-configuring-sriov-device-for-vms[Configuring the SR-IOV Network Operator]
31+
* xref:../../virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc#virt-configuring-sriov-device-for-vms[Configuring the SR-IOV Network Operator]
3232
* xref:../../virt/virtual_machines/virtual_disks/virt-creating-and-using-boot-sources.adoc#virt-creating-and-using-boot-sources[Creating and using boot sources]
33+
* xref:../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile]

0 commit comments

Comments
 (0)