-
Notifications
You must be signed in to change notification settings - Fork 117
Bug 2037036: grub2-editenv: no errors when using [bootloader] plug-in #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 2037036: grub2-editenv: no errors when using [bootloader] plug-in #307
Conversation
|
[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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @dagrayvid |
|
@jmencak: An error was encountered querying GitHub for users with public email (liqcui@redhat.com) for bug 2037036 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
non-200 OK status code: 403 Forbidden body: "{\n \"documentation_url\": \"https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits\",\n \"message\": \"You have exceeded a secondary rate limit. Please wait a few minutes before you try again.\"\n}\n"
Please contact an administrator to resolve this issue, then request a bug refresh with In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@jmencak: This pull request references Bugzilla bug 2037036, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (liqcui@redhat.com), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
2d25b37 to
4ff8177
Compare
Workaround to prevent TuneD running in the container from reporting ERROR tuned.utils.commands: Executing grub2-editenv error: [Errno 2] No such file or directory: 'grub2-editenv': 'grub2-editenv' message while keeping the [bootloader] plug-in functional.
4ff8177 to
f10c065
Compare
|
/retest |
1 similar comment
|
/retest |
|
@jmencak: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/cc @dagrayvid |
|
/lgtm |
|
@jmencak: All pull requests linked via external trackers have merged: Bugzilla bug 2037036 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Workaround to prevent TuneD running in the container from reporting ERROR tuned.utils.commands: Executing grub2-editenv error: [Errno 2] No such file or directory: 'grub2-editenv': 'grub2-editenv' message while keeping the [bootloader] plug-in functional. Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
Workaround to prevent TuneD running in the container from reporting ERROR tuned.utils.commands: Executing grub2-editenv error: [Errno 2] No such file or directory: 'grub2-editenv': 'grub2-editenv' message while keeping the [bootloader] plug-in functional. Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
Workaround for
TuneDrunning in the container not to emitmessage while keeping the
[bootloader]plug-in functional.