Skip to content
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

Add NMI Support #161

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

coffeefreak101
Copy link
Contributor

This change adds support for issuing an NMI from the BMC, which is helpful for interrupting unresponsive hosts.

  • Add SendNMI method to the gRPC diagnostic service, and client.
  • The version of bmclib is updated to use the new SendNMI code.
  • All of the protobuf go files seem to have changed due to minior formatting changes and comments from a newver version of protoc.

Add SendNMI method to the gRPC diagnostic service. The method has
also been added to the client.

The version of bmclib is updated to use the new SendNMI code.

All of the protobuf go files seem to have changed due to minior
formatting changes and comments from a newver version of protoc.

Signed-off-by: John Mears <[email protected]>
@joelrebel
Copy link
Collaborator

At first glance, this looks okay to me

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 79.36%. Comparing base (914dcc1) to head (a47e580).

Files Patch % Lines
grpc/rpc/diagnostic.go 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
- Coverage   82.29%   79.36%   -2.94%     
==========================================
  Files           9        9              
  Lines         514      533      +19     
==========================================
  Hits          423      423              
- Misses         76       95      +19     
  Partials       15       15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joelrebel joelrebel merged commit 1e47be6 into tinkerbell:main Mar 22, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants