Skip to content

Commit e42704d

Browse files
committed
OSDOCS-10605: updated /var/lib/tuned/ references
1 parent dfee7f6 commit e42704d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cluster-node-tuning-operator-default-profiles-set.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- data: |
2121
[main]
2222
summary=Optimize systems running OpenShift (provider specific parent profile)
23-
include=-provider-${f:exec:cat:/var/lib/tuned/provider},openshift
23+
include=-provider-${f:exec:cat:/var/lib/ocp-tuned/provider},openshift
2424
name: openshift
2525
recommend:
2626
- profile: openshift-control-plane

modules/custom-tuning-specification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ ifdef::rosa-hcp-tuning[]
348348
machine pools.
349349
endif::rosa-hcp-tuning[]
350350

351-
This functionality takes advantage of `spec.providerID` node object values in the form of `<cloud-provider>://<cloud-provider-specific-id>` and writes the file `/var/lib/tuned/provider` with the value `<cloud-provider>` in NTO operand containers. The content of this file is then used by TuneD to load `provider-<cloud-provider>` profile if such profile exists.
351+
This functionality takes advantage of `spec.providerID` node object values in the form of `<cloud-provider>://<cloud-provider-specific-id>` and writes the file `/var/lib/ocp-tuned/provider` with the value `<cloud-provider>` in NTO operand containers. The content of this file is then used by TuneD to load `provider-<cloud-provider>` profile if such profile exists.
352352

353353
The `openshift` profile that both `openshift-control-plane` and `openshift-node` profiles inherit settings from is now updated to use this functionality through the use of conditional profile loading. Neither NTO nor TuneD currently include any Cloud provider-specific profiles. However, it is possible to create a custom profile `provider-<cloud-provider>` that will be applied to all Cloud provider-specific cluster nodes.
354354

0 commit comments

Comments
 (0)