Skip to content

Commit

Permalink
Add Rocky9 RHEL9 support
Browse files Browse the repository at this point in the history
install cgroup

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Jan 5, 2024
1 parent c6ad802 commit a683a34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
directory node['cluster']['shared_dir']
directory node['cluster']['shared_dir_login_nodes']

directory '/etc/init.d' # https://access.redhat.com/discussions/7007845

# Create ParallelCluster log folder
directory node['cluster']['log_base_dir'] do
owner 'root'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
unified_mode true

def powertool_name
case node['platform_version']
when '8'
case node['platform_version'].to_i
when 8
"powertools"
when '9'
when 9
"crb"
end
end
Expand Down

0 comments on commit a683a34

Please sign in to comment.