-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Go implement blacklist #129
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
Conversation
Pull Request Test Coverage Report for Build 17937633325Details
💛 - Coveralls |
entrypoint/internal/driver/driver.go
Outdated
| log := logr.FromContextOrDiscard(ctx) | ||
| log.V(1).Info("Generating OFED modules blacklist") | ||
|
|
||
| // Ensure the directory exists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need this check and mkdir call? we store config in /host/etc/modprobe.d/ and it should exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack. Removed it.
entrypoint/internal/driver/driver.go
Outdated
|
|
||
| // Load is the default implementation of the driver.Interface. | ||
| func (d *driverMgr) Load(ctx context.Context) (bool, error) { | ||
| // TODO: Implement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, remove this TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: Fred Rolland <[email protected]>
e0ne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments
No description provided.