-
Notifications
You must be signed in to change notification settings - Fork 109
[Develop] Support for RHEL9 and Rocky9 #2617
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
Changes from all commits
364b097
e4dbf88
a15580b
deed38c
2943236
a96ab84
7adfd1a
62c4ef9
6c4b1e7
e458114
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,15 +47,6 @@ | |
| mode '0744' | ||
| end | ||
|
|
||
| cookbook_file 'ec2blkdev-init' do | ||
| source 'ec2_udev_rules/ec2blkdev-init' | ||
| cookbook 'aws-parallelcluster-environment' | ||
| path '/etc/init.d/ec2blkdev' | ||
| user 'root' | ||
| group 'root' | ||
| mode '0744' | ||
| end | ||
|
|
||
| cookbook_file 'manageVolume.py' do | ||
| source 'ec2_udev_rules/manageVolume.py' | ||
| cookbook 'aws-parallelcluster-environment' | ||
|
|
@@ -67,8 +58,7 @@ | |
| end | ||
|
|
||
| action :start_ec2blk do | ||
| service "ec2blkdev" do | ||
| supports restart: true | ||
| action %i(enable start) | ||
| execute "Refresh UdevAdmin" do | ||
| command "udevadm trigger --action=change --subsystem-match=block" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May you please add a brief comment about why this is required?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not 100% sure that this is required. This was done in the old code. Therefore I kept here to stay on the safe side
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's validate in a follow up activity if it is required or not. Better to not have not required steps |
||
| end unless on_docker? | ||
| end | ||
Uh oh!
There was an error while loading. Please reload this page.