Closed jmencak closed 6 months ago
@jmencak: This pull request references Jira Issue OCPBUGS-33682, which is valid. The bug has been moved to the POST state.
No GitHub users were found matching the public email listed for the QA contact in Jira (liqcui@redhat.com), skipping review request.
The bug has been updated to refer to the pull request using the external bug tracker.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jmencak
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@jmencak: This pull request references Jira Issue OCPBUGS-33682, which is valid.
No GitHub users were found matching the public email listed for the QA contact in Jira (liqcui@redhat.com), skipping review request.
/retest
/retest
Tested with
apiVersion: tuned.openshift.io/v1
kind: Tuned
metadata:
name: provider-aws
namespace: openshift-cluster-node-tuning-operator
spec:
profile:
- data: |
[main]
summary=OpenShift profile to test Cloud provider-specific functionality
[sysctl]
kernel.pty.max=8192
name: provider-aws
Works fine. /cc @liqcui
/label acknowledge-critical-fixes-only
/lgtm Pre-merge testing passed for cluster-provider feature, thank you for quickly resolving this problem.
@jmencak: all tests passed!
Full PR test history. Your PR dashboard.
@jmencak: Jira Issue OCPBUGS-33682: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-33682 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-node-tuning-operator-container-v4.17.0-202405202113.p0.gd8c9230.assembly.stream.el9 for distgit cluster-node-tuning-operator. All builds following this will include this PR.
/cherry-pick release-4.16
@jmencak: new pull request created: #1080
The new
TuneD
optionprofile_dirs
defines customTuneD
directories. Fix the order of the directories so that the system TuneD directory (/usr/lib/tuned
) is the first one (searched last), and the customTuneD
directory (/var/lib/ocp-tuned/profiles
) is the last one (searched first).Resolves: OCPBUGS-33682