File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
cookbooks/aws-parallelcluster-slurm/libraries Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1616# This is done to understand what is the deployed cluster config in each node, for example, during a CFN Stack update.
1717
1818DDB_CONFIG_STATUS = {
19+ # The node successfully deployed the cluster configuration.
1920 DEPLOYED : "DEPLOYED" ,
21+
22+ # The node evaluated the cluster configuration and concluded that a live update should be skipped because:
23+ # 1. not supported: the changeset contains changes that cannot be applied with a live update
24+ # and may instead require a node replacement.
25+ # Example: mounting a managed EBS.
26+ # 2. not required: the changeset contains changes that could lead to an empty live update.
27+ # Example: changing the number of static nodes.
2028 SKIPPED_LIVE_UPDATE : "SKIPPED_LIVE_UPDATE" ,
2129} . freeze
2230
You can’t perform that action at this time.
0 commit comments