Skip to content

Commit bdb7d69

Browse files
authored
Merge pull request #70179 from amolnar-rh/OCPBUGS-17935
OCPBUGS-17935: Updated example output with correct cpuset config
2 parents 50b4a9d + 5af4a1e commit bdb7d69

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

modules/ztp-sno-du-enabling-workload-partitioning.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Check that the applications and cluster system CPU pinning is correct. Run the f
4747
$ oc debug node/example-sno-1
4848
----
4949

50-
. Check that the user applications CPU pinning is correct:
50+
. Check that the OpenShift infrastructure applications CPU pinning is correct:
5151
+
5252
[source,terminal]
5353
----
@@ -57,13 +57,13 @@ sh-4.4# pgrep ovn | while read i; do taskset -cp $i; done
5757
.Example output
5858
[source,terminal]
5959
----
60-
pid 8481's current affinity list: 0-3
61-
pid 8726's current affinity list: 0-3
62-
pid 9088's current affinity list: 0-3
63-
pid 9945's current affinity list: 0-3
64-
pid 10387's current affinity list: 0-3
65-
pid 12123's current affinity list: 0-3
66-
pid 13313's current affinity list: 0-3
60+
pid 8481's current affinity list: 0-1,52-53
61+
pid 8726's current affinity list: 0-1,52-53
62+
pid 9088's current affinity list: 0-1,52-53
63+
pid 9945's current affinity list: 0-1,52-53
64+
pid 10387's current affinity list: 0-1,52-53
65+
pid 12123's current affinity list: 0-1,52-53
66+
pid 13313's current affinity list: 0-1,52-53
6767
----
6868

6969
. Check that the system applications CPU pinning is correct:
@@ -76,8 +76,8 @@ sh-4.4# pgrep systemd | while read i; do taskset -cp $i; done
7676
.Example output
7777
[source,terminal]
7878
----
79-
pid 1's current affinity list: 0-3
80-
pid 938's current affinity list: 0-3
81-
pid 962's current affinity list: 0-3
82-
pid 1197's current affinity list: 0-3
79+
pid 1's current affinity list: 0-1,52-53
80+
pid 938's current affinity list: 0-1,52-53
81+
pid 962's current affinity list: 0-1,52-53
82+
pid 1197's current affinity list: 0-1,52-53
8383
----

0 commit comments

Comments
 (0)