File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
cookbooks/aws-parallelcluster-computefleet/recipes/config Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3030
3131** BUG FIXES**
3232- Remove usage of cfn-init for compute node bootstrapping to reduce node scale up time.
33-
33+ - Fix the execution of overriding aws-parallelcluster-node package only on the head node during update.
3434
35353.12.0
3636------
Original file line number Diff line number Diff line change 1717
1818# REMINDER: the update recipe runs only on the head node and the only supervisord daemon provided by the
1919# aws-parallelcluster-node package on the head node is clustermgtd. Therefore, only this daemon is restarted.
20+ return unless node [ 'cluster' ] [ 'node_type' ] == 'HeadNode'
21+
2022execute 'stop clustermgtd' do
2123 command "#{ cookbook_virtualenv_path } /bin/supervisorctl stop clustermgtd"
2224end
You can’t perform that action at this time.
0 commit comments