Skip to content

Commit 63b2ee4

Browse files
authored
Merge pull request #53074 from mjpytlak/bz-2117604-ipi
bz#2117604: Added section on steal clock accounting
2 parents 1726a7b + b6235e7 commit 63b2ee4

9 files changed

+34
-0
lines changed

installing/installing_vmc/installing-restricted-networks-vmc.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ include::modules/installation-registry-storage-config.adoc[leveloffset=+2]
8585

8686
include::modules/registry-configuring-storage-vsphere.adoc[leveloffset=+3]
8787

88+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
89+
8890
include::modules/cluster-telemetry.adoc[leveloffset=+1]
8991

9092
[role="_additional-resources"]

installing/installing_vmc/installing-vmc-customizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ For instructions about configuring registry storage so that it references the co
8282

8383
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
8484

85+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
86+
8587
include::modules/cluster-telemetry.adoc[leveloffset=+1]
8688

8789
[role="_additional-resources"]

installing/installing_vmc/installing-vmc-network-customizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ For instructions about configuring registry storage so that it references the co
8787

8888
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
8989

90+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
91+
9092
include::modules/cluster-telemetry.adoc[leveloffset=+1]
9193

9294
[role="_additional-resources"]

installing/installing_vmc/installing-vmc.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ For instructions about configuring registry storage so that it references the co
7171

7272
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
7373

74+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
75+
7476
include::modules/cluster-telemetry.adoc[leveloffset=+1]
7577

7678
[role="_additional-resources"]

installing/installing_vsphere/installing-restricted-networks-installer-provisioned-vsphere.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ include::modules/installation-registry-storage-config.adoc[leveloffset=+2]
8282

8383
include::modules/registry-configuring-storage-vsphere.adoc[leveloffset=+3]
8484

85+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
86+
8587
include::modules/cluster-telemetry.adoc[leveloffset=+1]
8688

8789
[role="_additional-resources"]

installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ For instructions about configuring registry storage so that it references the co
7777

7878
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
7979

80+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
81+
8082
include::modules/cluster-telemetry.adoc[leveloffset=+1]
8183

8284
[role="_additional-resources"]

installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ For instructions about configuring registry storage so that it references the co
8686

8787
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
8888

89+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
90+
8991
include::modules/cluster-telemetry.adoc[leveloffset=+1]
9092

9193
[role="_additional-resources"]

installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ For instructions about configuring registry storage so that it references the co
7070

7171
include::modules/persistent-storage-vsphere-backup.adoc[leveloffset=+1]
7272

73+
include::modules/installation-vsphere-steal-clock-accounting.adoc[leveloffset=+1]
74+
7375
include::modules/cluster-telemetry.adoc[leveloffset=+1]
7476

7577
[role="_additional-resources"]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc
4+
// * installing/installing_vsphere/installing-restricted-networks-installer-provisioned-vsphere.adoc
5+
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc
6+
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc
7+
// * installing/installing_vmc/installing-restricted-networks-vmc.adoc
8+
// * installing/installing_vmc/installing-vmc-customizations.adoc
9+
// * installing/installing_vmc/installing-vmc-network-customizations.adoc
10+
// * installing/installing_vmc/installing-vmc.adoc
11+
12+
:_content-type: CONCEPT
13+
[id="installation-vsphere-steal-clock-accounting_{context}"]
14+
= Steal clock accounting
15+
16+
By default, the installation program provisions the cluster's virtual machines without enabling the steal clock accounting parameter (`stealclock.enabled`). Enabling steal clock accounting can help with troubleshooting cluster issues. After the cluster is deployed, use the vSphere Client to enable this parameter on each of the virtual machines.
17+
18+
For more information, see this link:https://access.redhat.com/solutions/302283[Red Hat knowledge base article].

0 commit comments

Comments
 (0)