Skip to content

Commit 30bea02

Browse files
committed
[Performance] Disable cfnhup on compute nodes.
1 parent 2b959bc commit 30bea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/templates/supervisord/parallelcluster_supervisord.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Local modifications could be overwritten.
33
<%# HeadNode, ComputeFleet, LoginNode -%>
44
<% case node['cluster']['node_type'] -%>
5-
<% when 'HeadNode', 'ComputeFleet', 'LoginNode' -%>
5+
<% when 'HeadNode', 'LoginNode' -%>
66
[program:cfn-hup]
77
command = <%= node['cluster']['scripts_dir']%>/cfn-hup-runner.sh
88
autorestart = true

0 commit comments

Comments
 (0)