-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Rocky] Update CHANGELOG and handle unsupported kernel version for Fsx Lustre Client #2474
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2474 +/- ##
========================================
Coverage 76.06% 76.06%
========================================
Files 13 13
Lines 1876 1876
========================================
Hits 1427 1427
Misses 449 449
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
38670eb
to
e0a7e91
Compare
…tre Client installation for Rocky Linux 8 Update system_authentication w.r.t rhel8
d303f5a
to
9dae1c7
Compare
# rhel8 kernel 4.18.0-425.3.1.el8 has broken kABI compat https://github.com/openzfs/zfs/issues/14724 | ||
elsif node['cluster']['kernel_release'].include? "4.18.0-425.3.1.el8" | ||
log "FSx for Lustre is not supported in kernel version 4.18.0-425.3.1.el8 of Rocky Linux, please update the kernel version" do | ||
elsif version.to_f == 8.7 && (node['cluster']['kernel_release'].include?("4.18.0-425.3.1.el8") || node['cluster']['kernel_release'].include?("4.18.0-425.13.1.el8_7")) |
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 is version.to_f == 8.7
needed? If it is needed, is the logical operators precedence correct?
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.
This is part of the Patch and openzfs/zfs#14724
…tre Client installation for Rocky Linux 8 (aws#2474) Update system_authentication w.r.t rhel8 Co-authored-by: Himani Deshpande <[email protected]>
Update CHANGELOG.md and handle unsupported kernel version for Fsx Lustre Client installation for Rocky Linux 8
Update system_authentication for rocky w.r.t RHEL8
Updates from below related PR's
Checklist
develop
add the branch name as prefix in the PR title (e.g.[release-3.6]
).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.