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/machineset-yaml-rhv.adoc
+25-18Lines changed: 25 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,19 @@ spec:
49
49
cores: <number_of_cores> <11>
50
50
threads: <number_of_threads> <12>
51
51
memory_mb: <memory_size> <13>
52
-
os_disk: <14>
53
-
size_gb: <disk_size> <15>
54
-
network_interfaces: <16>
55
-
vnic_profile_id: <vnic_profile_id> <17>
52
+
guaranteed_memory_mb: <memory_size> <14>
53
+
os_disk: <15>
54
+
size_gb: <disk_size> <16>
55
+
network_interfaces: <17>
56
+
vnic_profile_id: <vnic_profile_id> <18>
56
57
credentialsSecret:
57
-
name: ovirt-credentials <18>
58
+
name: ovirt-credentials <19>
58
59
kind: OvirtMachineProviderSpec
59
-
type: <workload_type> <19>
60
-
auto_pinning_policy: <auto_pinning_policy> <20>
61
-
hugepages: <hugepages> <21>
60
+
type: <workload_type> <20>
61
+
auto_pinning_policy: <auto_pinning_policy> <21>
62
+
hugepages: <hugepages> <22>
62
63
affinityGroupsNames:
63
-
- compute <22>
64
+
- compute <23>
64
65
userDataSecret:
65
66
name: worker-user-data
66
67
----
@@ -102,20 +103,26 @@ If you include this parameter, you do not need to specify the hardware parameter
102
103
103
104
<13> Optional: Specify the size of a VM's memory in MiB.
104
105
105
-
<14> Optional: Root disk of the node.
106
+
<14> Optional: Specify the size of a virtual machine's guaranteed memory in MiB. This is the amount of memory that is guaranteed not to be drained by the ballooning mechanism. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/administration_guide#memory_ballooning[Memory Ballooning] and link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/administration_guide#Cluster_Optimization_Settings_Explained[Optimization Settings Explained].
107
+
+
108
+
[NOTE]
109
+
====
110
+
If you are using a version earlier than {rh-virtualization} 4.4.8, see link:https://access.redhat.com/articles/6454811[Guaranteed memory requirements for OpenShift on Red Hat Virtualization clusters].
111
+
====
112
+
<15> Optional: Root disk of the node.
106
113
107
-
<15> Optional: Specify the size of the bootable disk in GiB.
114
+
<16> Optional: Specify the size of the bootable disk in GiB.
108
115
109
-
<16> Optional: List of the network interfaces of the VM. If you include this parameter, {product-title} discards all network interfaces from the template and creates new ones.
116
+
<17> Optional: List of the network interfaces of the VM. If you include this parameter, {product-title} discards all network interfaces from the template and creates new ones.
110
117
111
-
<17> Optional: Specify the vNIC profile ID.
118
+
<18> Optional: Specify the vNIC profile ID.
112
119
113
-
<18> Specify the name of the secret that holds the {rh-virtualization} credentials.
120
+
<19> Specify the name of the secret that holds the {rh-virtualization} credentials.
114
121
115
-
<19> Optional: Specify the workload type for which the instance is optimized. This value affects the `{rh-virtualization} VM` parameter. Supported values: `desktop`, `server` (default), `high_performance`. `high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
116
-
<20> Optional: AutoPinningPolicy defines the policy that automatically sets CPU and NUMA settings, including pinning to the host for this instance. Supported values: `none`, `resize_and_pin`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Setting_NUMA_Nodes[Setting NUMA Nodes] in the _Virtual Machine Management Guide_.
117
-
<21> Optional: Hugepages is the size in KiB for defining hugepages in a VM. Supported values: `2048` or `1048576`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_Huge_Pages[Configuring Huge Pages] in the _Virtual Machine Management Guide_.
118
-
<22> Optional: A list of affinity group names that should be applied to the VMs. The affinity groups must exist in oVirt.
122
+
<20> Optional: Specify the workload type for which the instance is optimized. This value affects the `{rh-virtualization} VM` parameter. Supported values: `desktop`, `server` (default), `high_performance`. `high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
123
+
<21> Optional: AutoPinningPolicy defines the policy that automatically sets CPU and NUMA settings, including pinning to the host for this instance. Supported values: `none`, `resize_and_pin`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Setting_NUMA_Nodes[Setting NUMA Nodes] in the _Virtual Machine Management Guide_.
124
+
<22> Optional: Hugepages is the size in KiB for defining hugepages in a VM. Supported values: `2048` or `1048576`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_Huge_Pages[Configuring Huge Pages] in the _Virtual Machine Management Guide_.
125
+
<23> Optional: A list of affinity group names that should be applied to the VMs. The affinity groups must exist in oVirt.
0 commit comments