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

[Rocky] Update CHANGELOG and handle unsupported kernel version for Fsx Lustre Client #2474

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

himani2411
Copy link
Contributor

@himani2411 himani2411 commented Sep 26, 2023

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

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

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.

@himani2411 himani2411 added the 3.x label Sep 26, 2023
@himani2411 himani2411 requested review from a team as code owners September 26, 2023 19:12
@himani2411 himani2411 changed the title [Rocky] Update CHANGELOG.md and handle unsupported kernel version for Fsx Lus… [Rocky] Update CHANGELOG and handle unsupported kernel version for Fsx Lustre Client Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (aa61edb) 76.06% compared to head (9dae1c7) 76.06%.

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           
Flag Coverage Δ
unittests 76.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

…tre Client installation for Rocky Linux 8

Update system_authentication w.r.t rhel8
# 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"))
Copy link
Contributor

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?

Copy link
Contributor Author

@himani2411 himani2411 Sep 28, 2023

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

@himani2411 himani2411 merged commit 4d92e85 into aws:develop Sep 28, 2023
28 checks passed
hgreebe pushed a commit to hgreebe/aws-parallelcluster-cookbook that referenced this pull request Nov 13, 2023
…tre Client installation for Rocky Linux 8 (aws#2474)

Update system_authentication w.r.t rhel8

Co-authored-by: Himani Deshpande <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants