Skip to content

Commit 54926bb

Browse files
committed
BZ#2117604: Added step for enabling steal clock accounting
1 parent 64cc98d commit 54926bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/installation-vsphere-machines.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,12 @@ $ govc vm.change -vm "<vm_name>" -e "guestinfo.afterburn.initrd.network-kargs=${
170170
*** Optional: In the event of cluster performance issues, from the *Latency Sensitivity* list, select *High*. Ensure that your VM's CPU and memory reservation have the following values:
171171
**** Memory reservation value must be equal to its configured memory size.
172172
**** CPU reservation value must be at least the number of low latency virtual CPUs multiplied by the measured physical CPU speed.
173-
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, click *Add Configuration Params*. Define the following parameter names and values:
173+
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, search the list of available parameters for steal clock accounting (`stealclock.enable`). If it is available, set its value to `TRUE`. Enabling steal clock accounting can help with troubleshooting cluster issues.
174+
*** Click *Add Configuration Params*. Define the following parameter names and values:
174175
**** `guestinfo.ignition.config.data`: Locate the base-64 encoded files that you created previously in this procedure, and paste the contents of the base64-encoded Ignition config file for this machine type.
175176
**** `guestinfo.ignition.config.data.encoding`: Specify `base64`.
176177
**** `disk.EnableUUID`: Specify `TRUE`.
178+
**** `stealclock.enable`: If this parameter was not defined, add it and specify `TRUE`.
177179
.. In the *Virtual Hardware* panel of the *Customize hardware* tab, modify the specified values as required. Ensure that the amount of RAM, CPU, and disk storage meets the minimum requirements for the
178180
machine type.
179181
.. Complete the configuration and power on the VM.

0 commit comments

Comments
 (0)