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/sno-du-enabling-workload-partitioning.adoc
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A key feature to enable as part of a {sno} installation is workload partitioning
10
10
11
11
[NOTE]
12
12
====
13
-
Workload partitioning must be applied during installation.
13
+
You can enable workload partitioning during the cluster installation process only. You cannot disable workload partitioning post-installation. However, you can reconfigure workload partitioning by updating the `cpu` value that you define in the `performanceprofile`, and in the MachineConfig CR in the following procedure.
<1> The `cpuset` value will vary based on the installation.
63
+
<1> The `CPUs` value varies based on the installation.
62
64
63
-
If Hyper-Threading is enabled, specify both threads of each core. The `cpuset` must match the reserved CPU set specified in the performance profile.
65
+
If Hyper-Threading is enabled, specify both threads of each core. The `CPUs` value must match the reserved CPU set specified in the performance profile.
64
66
65
67
66
68
This content should be base64 encoded and provided in the `01-workload-partitioning-content` in the manifest above.
@@ -75,6 +77,6 @@ This content should be base64 encoded and provided in the `01-workload-partition
75
77
}
76
78
}
77
79
----
78
-
<1> The `cpuset` must match the value in `/etc/crio/crio.conf.d/01-workload-partitioning`.
80
+
<1> The `cpuset` must match the `CPUs`value in `/etc/crio/crio.conf.d/01-workload-partitioning`.
79
81
80
82
This content should be base64 encoded and provided in the `openshift-workload-pinning-content` in the preceding manifest.
0 commit comments